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?
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?