eduardoboucas / static-api-generator

🔧 Generate a static JSON API from a tree of directories and files
https://www.npmjs.com/package/static-api-generator
146 stars 9 forks source link

Searching #5

Open cogwizzle opened 6 years ago

cogwizzle commented 6 years ago

Using the example on the README.md file would it be possible to write an endpoint that searches based on a partial string? For instance could I query like /english/action/action?name=dea and get returned the deadpool movie. I had the idea to do something like this a while back and I couldn't get past this hang up. Thanks in advance for any insight you can provide.