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

api should let me define which fields I want returned #33

Closed boakley closed 10 years ago

boakley commented 10 years ago

To cut down on the amount of data sent over the wire, it would be nice if I could specify which fields I want when calling the API. For example, if I just wanted the name and synopsis I should be able to do this:

http://localhost:7070/api/keywords?fields=name,synopsis