BafDyce / botamusique

Bot to play local music on Mumble (using pymumble). youtube;soundcloud,radio soon.
MIT License
1 stars 0 forks source link

Implement a REST interface #38

Closed fsteffek closed 6 years ago

BafDyce commented 6 years ago

Closing this. It is just logical that we need to use the rest interface in the same moment as we build it. Otherwise we would have a broken application in between.

fsteffek commented 6 years ago

~I'm sorry it isn't really logical to me at the moment. Is it not possible to develop a rest interface separate from the current system? F.e. GET https://example.com/rest and POST https://example.com/rest.~

Oh, wait. It makes sense now. You would need second set of html forms. I believe it is possible, but it might not be a viable option.