Naamloos / CHANdler

Get a load of this guy
GNU General Public License v3.0
4 stars 1 forks source link

Update front end with back end changes #3

Closed Naamloos closed 4 years ago

Naamloos commented 5 years ago

check: https://github.com/NaamloosDT/CHANdler/pull/2

li223 commented 5 years ago

Api Changes /api/thread/post?thread=[thread] is now /api/thread/posts?id=[id]

Added /api/thread/single?id=[id]

/api/thread/create now returns the created thread

Commentted out all of ValuesController as it creates dead endpoints

Added /api/webhooks/subscribe?url=[url]&password=[password]&boardtag=[boardtag]&threadid=[threadid]

Added /api/webhooks/unsubscribe?password=[password]&id=[id]

li223 commented 4 years ago

Closing now as the changes are synced and everything works. Mostly.