-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create API.md #1
Conversation
…into ab/initial-api-spec
docs/src/API.md
Outdated
|
||
## Endpoint Description | ||
|
||
`GET /tiles/{x}/{y}/{z}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abarciauskas-bgse I think we should try to follow the OGC specification here and use something like
GET /collections/{collection_id}/tiles/{x}/{y}/{z}
we will also add
GET /collections/
GET /collections/{collection_id}
@vincentsarago updated to point to the OGC Tiles spec and a few additional notes on the parameters. Let me know if you agree. |
@vincentsarago do you think this documentation is useful or should I close this PR? |
@abarciauskas-bgse this documentation will be really useful but I think we should wait for the API to be |
d1cfaf7
to
67b52d0
Compare
This will eventually, I would assume, go in swagger documentation but I thought having it in markdown would be helpful now to get alignment on the specification.