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

API calls for Clan command #7

Merged
merged 4 commits into from
Feb 3, 2018
Merged

Conversation

PhillypHenning
Copy link
Contributor

@PhillypHenning PhillypHenning commented Jan 5, 2018

Adding new callers for the Destiny2 API

Context

The new clan command that is being added to Spirit requires access to additional Destiny2 API endpoints and manifest information.

How Has This Been Tested?

I have tested it locally with success but further testing needed.

Screenshots :

Successful output
image

Types of changes

New entry points into the Destiny2 API

Checklist:

  • My code follows the code style of this project.

@PhillypHenning
Copy link
Contributor Author

Hey @jgayfer I've updated the README

@jgayfer
Copy link
Owner

jgayfer commented Jan 29, 2018

@PhillypHenning last but not least, it would be great if you could add some integration tests for the end points you added. You see can see how I have them setup in the tests folder. I'm not doing anything terribly fancy - just making a request with proper values to ensure that we aren't getting an error code.

It basically just serves as a nice way to ensure that we're playing nice with Bungie's API! :)

@jgayfer jgayfer merged commit 4e5e43b into jgayfer:master Feb 3, 2018
@jgayfer
Copy link
Owner

jgayfer commented Feb 3, 2018

Awesome work! Really like the refactoring of the integrations tests :)

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.

2 participants