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

onesky doesn't returns project names #5

Closed
taschik opened this issue Aug 17, 2015 · 0 comments
Closed

onesky doesn't returns project names #5

taschik opened this issue Aug 17, 2015 · 0 comments

Comments

@taschik
Copy link

taschik commented Aug 17, 2015

When listing projects within a project group, the 'name' field is always an empty string although a project name is set. I am not sure whether it is a problem of the onesky-python or API.

onesky> project_list ABCDEF
GET https://platform.api.onesky.io/1/project-groups/ABCDEF/projects
params: dev_hash=DEVHASH&timestamp=1439805567&api_key=APIKEY
Status code: 200
Response:
{u'data': [{u'id': 01234, u'name': u''}, {u'id': 01235, u'name': u''}],
 u'meta': {u'record_count': 2, u'status': 200}}
@taschik taschik closed this as completed Jul 23, 2019
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