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

Nests doesn't have a fetchAll like nodes and locations #23

Open
kivox opened this issue Apr 25, 2023 · 2 comments
Open

Nests doesn't have a fetchAll like nodes and locations #23

kivox opened this issue Apr 25, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@kivox
Copy link

kivox commented Apr 25, 2023

The NestManager uses fetch() to list all if the id is empty rather than relying on fetchAll like the rest of the Managers to my knowledge.

@kivox
Copy link
Author

kivox commented Apr 25, 2023

* Fetches a list of nests from the API with the given options (default is undefined).

@devnote-dev
Copy link
Member

The #fetch method in other managers don't rely on #fetchAll but they do have the method unlike this one. IIRC it was left out because the endpoint has different requirements, but it should definitely be implemented one way or another.

@devnote-dev devnote-dev added bug Something isn't working good first issue Good for newcomers labels Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants