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 accessing rows #2

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

API for accessing rows #2

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

Retrieve all cells in the specified row.

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

Update all cells in the specified row.

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

Delete all cells in the specified row.

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
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