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

Support for Expand #48

Open
granthoff1107 opened this issue Dec 16, 2018 · 1 comment
Open

Support for Expand #48

granthoff1107 opened this issue Dec 16, 2018 · 1 comment

Comments

@granthoff1107
Copy link
Contributor

granthoff1107 commented Dec 16, 2018

We should add support for Expand, which allows you to expanding the response data.
This will help api's create less latency when making requests.

e.g Say you want to obtain all the Accounts with the addresses.

Currently the only way to do so would be to make Several requests
First obtain the Accounts. => 10 Accounts.
Then obtain the Addresses which would require 10 additional requests.

But Ideally we should support expand to for all entities.
I have a suspicion that this will aid in obtaining user notification from the api, but I haven't tested yet.

This should go into consideration for v6.

-Grant

@granthoff1107 granthoff1107 changed the title Support for ExpandTo Support for Expand Dec 16, 2018
@granthoff1107
Copy link
Contributor Author

granthoff1107 commented Dec 16, 2018

Sorry, but Accounts can't expand addresses. :/ I feel like that would be more important than other things but apparently they won't let you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant