Re: [In Development] RESTful API for LMS
Michael Herger <slim-b/[email protected]>
| Newsgroups | gmane.music.equipment.slimdevices.devel |
|---|---|
| Message-ID | <[email protected]> |
> I'd say of you want to do a RESTful API, make it all GET-based so that That's not the idea of REST... using the "correct" methods is an important part of it. > everything can be done from a browser. That way, you're not just > recreating a RESTful way of doing what can already be done, but you're > opening a new usability angle to boot. Such APIs would hardly ever be used on their own, but most likely in a script. Yes, for the developer it's super easy to be able to use a browser to test. But a developer should be familiar with the tools you mentioned anyway.