1
0
Fork 0
mirror of https://gitlab.com/niansa/commsy-rest.git synced 2025-03-06 20:48:27 +01:00
This commit is contained in:
niansa 2020-11-11 13:27:47 +00:00
commit cc993e6202
No known key found for this signature in database
GPG key ID: 77CD5505A61493C8

15
README.md Normal file
View file

@ -0,0 +1,15 @@
### Commsy REST API
Provides a REST API to commsy servers via libcommsy
## Example server
`https://apis.home.tuxifan.cf/commsy/`
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