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
Replication Steps: Using a REST client (e.g. RESTClient in Firefox), send the following POST request (xml):
Headers: Basic Authentication [USERNAME/PASSWORD] URL: http://api.buddycloud.org/[USERNAME]@buddycloud.org/content/posts Body:
<entry xmlns="http://www.w3.org/2005/Atom"> <content>Test post via RESTClient in FF 21.</content> </entry>
Expected Outcome: Status Code: 201 (Created) Message posted to channel.
Actual Outcome: Status Code: 204 (No Content) Message posted to channel.
Reading http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html, it looks like 204 may well be fine, if so, I'd be happy to update https://buddycloud.org/wiki/buddycloud_HTTP_API#.2F:channel.2Fcontent.2F:node - Thanks.
The text was updated successfully, but these errors were encountered:
Following clarification with @lloydwatkin, it's believed this is an issue, and 201 (Created) should be returned instead. Thanks.
Sorry, something went wrong.
No branches or pull requests
Replication Steps:
Using a REST client (e.g. RESTClient in Firefox), send the following POST request (xml):
Headers: Basic Authentication [USERNAME/PASSWORD]
URL: http://api.buddycloud.org/[USERNAME]@buddycloud.org/content/posts
Body:
Expected Outcome:
Status Code: 201 (Created)
Message posted to channel.
Actual Outcome:
Status Code: 204 (No Content)
Message posted to channel.
Reading http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html, it looks like 204 may well be fine, if so, I'd be happy to update https://buddycloud.org/wiki/buddycloud_HTTP_API#.2F:channel.2Fcontent.2F:node - Thanks.
The text was updated successfully, but these errors were encountered: