Skip to content
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

API for single cells #1

Open
6 tasks
thejhh opened this issue Jan 1, 2023 · 0 comments
Open
6 tasks

API for single cells #1

thejhh opened this issue Jan 1, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@thejhh
Copy link
Contributor

thejhh commented Jan 1, 2023

GET /api/v1/grid/:grid/z/:z/y/:y/x/:x

Retrieve the value of a single cell at the specified coordinates.

POST /api/v1/grid/:grid/z/:z/y/:y/x/:x

Update the value of a single cell at the specified coordinates.

DELETE /api/v1/grid/:grid/z/:z/y/:y/x/:x

Delete the value of a single cell at the specified coordinates.

TODO

  • Documentation
  • Unit tests
  • Implementation
  • Reference documentation
  • System tests
  • Tutorial
@thejhh thejhh added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 1, 2023
@thejhh thejhh changed the title API for accessing and single cells API for single cells Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant