foomo / kraken

Hello I am KRAKEN - URLs are my prey
0 stars 0 forks source link

filter tentacle status #6

Open loeffert opened 8 years ago

loeffert commented 8 years ago

It's possible to get the status of a tentacle by requesting a GET from /tentacle/ It would be helpful if the API would allow queries to filter the status results, e.g.: /tentacle/foo?tag=bla&status=processing&exclude=id1,id2,id3

This allows to filter by parameters like tags, status, ids. Maybe it would also be helpful to search for entries with dates like created before, created after, completed before or completed after.

Furthermore it would be nice to exclude preys by their id or tag.