Open Xe opened 4 years ago
I understand my contributions may be rejected for any reason
I understand my contributions are for the benefit of the Philomena software
I understand my contributions are licensed under the GNU AGPLv3
[x] I understand all of the above
This offers the following routes (given as a RFC 6570 URL template):
POST /api/v1/json/forums/{forum_slug}/topics/{topic_slug}/posts
?key={your_api_key}
{"post": {"body": "textile markup", "anonymous": true/false}}
This also announces new forum posts to the Firehose API like they would be if they were made using the web UI.
Before you begin
I understand my contributions may be rejected for any reason
I understand my contributions are for the benefit of the Philomena software
I understand my contributions are licensed under the GNU AGPLv3
[x] I understand all of the above
This offers the following routes (given as a RFC 6570 URL template):
POST /api/v1/json/forums/{forum_slug}/topics/{topic_slug}/posts
?key={your_api_key}
and{"post": {"body": "textile markup", "anonymous": true/false}}
as the bodyThis also announces new forum posts to the Firehose API like they would be if they were made using the web UI.