18F / jekyll_pages_api

a Jekyll Plugin that generates a JSON file with data for all the Pages in your Site
Other
43 stars 14 forks source link

Document querying ability of the API #36

Closed gbinal closed 8 years ago

gbinal commented 8 years ago

The README documents where to find the endpoint, but doesn't seem to speak to what querying abilities exist and/or how they would work. I've tried experimenting but no luck so far.

if you are able to just confirm if it's possible and point me in the right direction, I'm happy to do a PR to the README.

afeld commented 8 years ago

Zero querying abilities, by design...it's a static API! You would have to do any filtering on the requester side. Excited to see your interest in this though!