1
0
Fork 0
mirror of https://gitlab.com/niansa/commsy-rest.git synced 2025-03-06 20:48:27 +01:00
A REST API for Commsy based on libcommsy
Find a file
2020-09-16 17:50:32 +00:00
qcommsy@e1c1f26cce Updated qcommsy 2020-09-16 15:12:57 +00:00
.gitignore Initial commit 2020-09-16 14:54:48 +02:00
.gitmodules Initial commit 2020-09-16 14:54:48 +02:00
commsy-rest.pro Initial commit 2020-09-16 14:54:48 +02:00
main.cpp Fixed default number of posts 2020-09-16 17:09:53 +02:00
README.md Update README.md 2020-09-16 17:50:32 +00:00

Commsy REST API

Provides a REST API to commsy servers via libcommsy

Example server

https://commsyapi.home.tuxifan.cf

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