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

Get /images #101

Open
bsebusiness opened this issue Sep 29, 2020 · 0 comments
Open

Get /images #101

bsebusiness opened this issue Sep 29, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bsebusiness
Copy link

bsebusiness commented Sep 29, 2020

Hello.

Although it's not documented on the official documentation https://docs.hetzner.cloud/#images , the API method only returns 25 results per page. And again, the following two GET parameters aren't documented either,
Option 1 is to raise the per_page limit such as https://api.hetzner.cloud/v1/images?per_page=50
Option 2 is to query additional pages such as https://api.hetzner.cloud/v1/images?page=2
Or one could use the 'name' GET variable to filter items https://api.hetzner.cloud/v1/images?name=worker_node_snaps

Could you support this feature in the next release?

Thank you.

@mxschmitt mxschmitt added enhancement New feature or request good first issue Good for newcomers labels Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants