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

Fetching list items is done automatically without the possibility of turning it off #150

Open
safo6m opened this issue Jan 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@safo6m
Copy link
Member

safo6m commented Jan 11, 2023

According to the HAL specification, when fetching a list of resources, the response doesn't have to embed those resources in the response. Instead, it could provide a list of links for fetching each resource individually.

When fetching a list of resources, the current version of ngx-hal extracts the items from the response. If the resources are not present in the response, the library makes requests for those resources automatically. That automatic part should be refactored and made customizable.

@safo6m safo6m added the enhancement New feature or request label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant