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
created_by
Podio's get_item API endpoint returns created_by data using created_by field. However item struct tag has been set to by_line.
I've checked that the actual implementation does not retrieve created_by data, and that it works if you change the tag to created_by.
Maybe the previous API version used by_line instead of created_by?
by_line
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Podio's get_item API endpoint returns
created_by
data usingcreated_by
field. However item struct tag has been set to by_line.I've checked that the actual implementation does not retrieve
created_by
data, and that it works if you change the tag tocreated_by
.Maybe the previous API version used
by_line
instead ofcreated_by
?The text was updated successfully, but these errors were encountered: