Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Configured array formatting in request extra parameters to 'repeat' #126

Merged
merged 1 commit into from
Oct 19, 2017

Conversation

jjanczyk
Copy link
Contributor

This way it is possible to make calls like:

AuthenticatedClient.getOrders({ status: ['open', 'done'] });

Previously it caused signature errors as arrays were formatted
with indices.

This way it is possible to make calls like:

  AuthenticatedClient.getOrders({ status: ['open', 'done'] });

Previously it caused signature errors as arrays were formatted
with indices.
@fb55 fb55 merged commit 1c95a90 into coinbase:master Oct 19, 2017
@fb55
Copy link
Contributor

fb55 commented Oct 19, 2017

Thanks a lot @jjanczyk!

@jjanczyk jjanczyk deleted the jjanczyk-array-formatting branch October 20, 2017 18:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants