We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GET /group/:gid/events used to return
{ ... event attr ..., fields : { key1 : value1, key2 : value2 } }
and now after changes for issue #105 returns
{ ... event attr ..., fields : [ { id : key1, value : value1 }, { id : key2, value : value2 } ] }
The text was updated successfully, but these errors were encountered:
Correction: it always used to be as it is now but it should have been different from the start ... :)
Sorry, something went wrong.
For ref: #54
Ok, added a workaround to motionbank/piecemaker-api-client for now ... but in general it would be better to fix here.
No branches or pull requests
GET /group/:gid/events used to return
and now after changes for issue #105 returns
The text was updated successfully, but these errors were encountered: