Skip to content

add support for version 2018-05-22#121

Merged
r-ohan merged 2 commits intomasterfrom
rs-api-versioning
May 22, 2018
Merged

add support for version 2018-05-22#121
r-ohan merged 2 commits intomasterfrom
rs-api-versioning

Conversation

@r-ohan
Copy link
Copy Markdown
Contributor

@r-ohan r-ohan commented May 2, 2018

Adds support for api version 2018-05-22

@r-ohan r-ohan requested a review from joyzheng May 2, 2018 22:34
Copy link
Copy Markdown
Contributor

@joyzheng joyzheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! I think I'm missing where the breaking change is happening to prompt a major release -- mind pointing it out?

Comment thread plaid/requester.py

def http_request(url, method=None, data=None, timeout=DEFAULT_TIMEOUT):
response = _requests_http_request(url, method, data or {}, timeout)
def http_request(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's keep the argument order consistent between http_request and _requests_http_request (the order of headers and timeout is reversed between the two).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch! You're right about the major release, my mistake.

@r-ohan
Copy link
Copy Markdown
Contributor Author

r-ohan commented May 2, 2018

Closing as we want to keep this functionality internal until the full versioning release.

@r-ohan r-ohan closed this May 2, 2018
@r-ohan r-ohan changed the title add api versioning versioning May 2, 2018
@r-ohan r-ohan deleted the rs-api-versioning branch May 2, 2018 23:59
@r-ohan r-ohan changed the title versioning - May 3, 2018
@r-ohan r-ohan changed the title - add support for version 2018-05-22 May 22, 2018
@r-ohan r-ohan reopened this May 22, 2018
@michaelckelly
Copy link
Copy Markdown
Contributor

🐢

@r-ohan r-ohan merged commit 6602fac into master May 22, 2018
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

Successfully merging this pull request may close these issues.

3 participants