boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Add /api/library and /api/resource #30

Open boakley opened 10 years ago

boakley commented 10 years ago

The brackets extension needs a way to get a list of all libraries. I can get it now with a GET of /api/keywords, but I get back way more data than I need which means I'm doing a lot more parsing than I need.

It would be nice if /api/library could return me a list of known libraries. I suppose that means that /api/library/Selenium2Library would be identical to /api/keywords/Selenium2Library, but so be it. Maybe the former only returns documentation and not a bunch of keyword info?