Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(Associations) - Associations now support an unlimited amount #283

Merged
merged 2 commits into from
Jan 17, 2019

Conversation

ndickerson
Copy link
Member

Fixes an issue where only up to about 100 or so records could be
associated to an entity. The is in the way that the query string would
be so large that the SDK's GET message would exceed the limit. Now,
the SDK switches to a POST call when necessary, allowing us to associate
an unlimited number of records.

Fixes an issue where only up to about 100 or so records could be
associated to an entity. The is in the way that the query string would
be so large that the SDK's GET message would exceed the limit. Now,
the SDK switches to a POST call when necessary, allowing us to associate
an unlimited number of records.
@ndickerson ndickerson merged commit 03a3e5d into master Jan 17, 2019
@ndickerson ndickerson deleted the f/sdk-post branch January 17, 2019 15:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant