Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Add discovery mode for mocked RAML document #33

@sichvoge

Description

@sichvoge

I'd like to ask the mocking service which RAML document it currently mocks. It should use the mechanism described here.

One example of HTTP response for a hypothetical HTTP request:

curl -iv -X HEAD "http://my-api.com/v1/resources/2

...
< Link: <http://my-api.com/v1/my-api.raml>; rel="describedby" type="application/raml+yaml";

Where http://my-api.com/v1/my-api.raml should be the document including the definition for the resource http://my-api.com/{version}/resources/{id}.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions