Raathigesh / atmo

:heavy_check_mark: Mock data for your prototypes and demos. Remote deployments to Zeit now.
815 stars 46 forks source link

Conditional endpoint matching based on query params? #64

Open krukru opened 5 years ago

krukru commented 5 years ago

Is it possible to have multiple endpoints, but with different query params? For example: one endpoint would be /example?foo=bar and another would be /example?foo=false. The two endpoints should be able to produce different results.