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
The PostArticle example shows that you have to give it JSON strings for the article and the metadata.
However, this is a bit silly - the Post() method should take care of JSON-encoding the arrays that we give it.
Please allow Post() to accept arrays for the 'json' and 'metadata' parameters - it is a lot more natural for a PHP API than requiring JSON strings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The PostArticle example shows that you have to give it JSON strings for the article and the metadata.
However, this is a bit silly - the Post() method should take care of JSON-encoding the arrays that we give it.
Please allow Post() to accept arrays for the 'json' and 'metadata' parameters - it is a lot more natural for a PHP API than requiring JSON strings.
The text was updated successfully, but these errors were encountered: