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

Allow retrieving translations for multiple tiles in one call #105

Open
retep998 opened this issue Aug 7, 2023 · 0 comments
Open

Allow retrieving translations for multiple tiles in one call #105

retep998 opened this issue Aug 7, 2023 · 0 comments
Assignees

Comments

@retep998
Copy link
Member

retep998 commented Aug 7, 2023

Currently if I want to fetch a bunch of translations for a lot of tiles I have to do a request for each tile. I would prefer to be able to get the translations for multiple tiles in a single request. Possible options:

  • Allow tsid to be optional. If this option is left out, retrieves translations for all tiles.
  • Allow tsid to be a | separated list of tile ids, so tsid=1244|1245|1246 for example.
  • Add tslimit parameter, as retrieving translations for all tiles at once may be too large of a result and there needs to be a way to control how many results are returned per request, with a way to continue of course.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants