Skip to content

Conversation

flaker
Copy link
Contributor

@flaker flaker commented Jul 18, 2016

No description provided.

@@ -42,13 +39,20 @@
API_PATH_V2 = '/ox/4.0'
API_PATH_SSO = '/api'
ACCEPTABLE_PATHS = (API_PATH_V1, API_PATH_V2, API_PATH_SSO)
JSON_PATHS = (API_PATH_V2,)
JSON_PATHS = (API_PATH_V2)
Copy link

Choose a reason for hiding this comment

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

We still need the comma here, otherwise it won't be a tuple. But we can still merge it and I'll fix it in my upcoming PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are correct @haohany I will bring this branch as it is and send a PR with several fixes that might be missing (like changes on setup.py)

- APPS-5071 - fixed some typos in the readme
- remove realm from config as it is not used anymore
- add arg realm for initializing CLient
- add client test with mocking
- add few more unit-test for method in ox3apiclient
@emilyzzz emilyzzz merged commit 583c8da into openx:develop Jul 19, 2016
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.

4 participants