Skip to content

added Links API - #25

Merged
tylerjnap merged 7 commits into
masterfrom
ty/DLC-4556
Dec 7, 2017
Merged

added Links API#25
tylerjnap merged 7 commits into
masterfrom
ty/DLC-4556

Conversation

@tylerjnap

Copy link
Copy Markdown
Contributor

No description provided.

@tylerjnap tylerjnap self-assigned this Dec 5, 2017
Comment thread index.js Outdated
merchants: resources.merchants(requestOptions, maybePromiseRequest),
orders: resources.orders(requestOptions, maybePromiseRequest)
orders: resources.orders(requestOptions, maybePromiseRequest),
links: resources.links(requestOptions, maybePromiseRequest)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@mightyguava pointed out alphabetical order on the python one. Seems worth doing here too

Comment thread lib/resources/index.js Outdated
merchants: require('./merchants'),
orders: require('./orders')
orders: require('./orders'),
links: require('./links')

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Same as above

@tylerjnap
tylerjnap merged commit e577933 into master Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants