mirror of
https://gitlab.com/niansa/commsy-rest.git
synced 2025-03-06 20:48:27 +01:00
21 lines
506 B
Markdown
21 lines
506 B
Markdown
### Commsy REST API
|
|
Provides a REST API to commsy servers via libcommsy
|
|
|
|
## Example server
|
|
`://...//`
|
|
No longer up and running
|
|
|
|
Endpoints:
|
|
|
|
# `fetchList`
|
|
GET parameters:
|
|
* url: URL to the commsy server (start page)
|
|
* sid: SID to authenticate with
|
|
* room: room to load
|
|
* startId: ID before the first ID to list (optional, default: start with first post)
|
|
* maxPosts: maximum amount of posts to load
|
|
|
|
# `fetchDescription`
|
|
GET parameters:
|
|
* url: URL to the commsy post
|
|
* sid: SID to authenticate with
|