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

Method TacytApp.upload_app does not return result status #6

Open
cacexp opened this issue Jun 1, 2016 · 0 comments
Open

Method TacytApp.upload_app does not return result status #6

cacexp opened this issue Jun 1, 2016 · 0 comments

Comments

@cacexp
Copy link

cacexp commented Jun 1, 2016

When invoking:
result = api.upload_app(u'app.apk')
result.get_data()

It returns
{u'result': u'XXXX', u'file': u'app.apk'}

While

result_tag = api.list_tags()
result_tag.get_data()

Returns

{u'result': {u'status': u'OK', u'tags': []}}

I think all results should have the same structure to maintain coherence.

@cacexp cacexp changed the title Method Tacyt Method Tacyt.upload_app does not return result status Jun 1, 2016
@cacexp cacexp changed the title Method Tacyt.upload_app does not return result status Method TacytApp.upload_app does not return result status Jun 1, 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

No branches or pull requests

1 participant