notonthehighstreet / svelte

Dynamic Ruby API Client from Swagger JSON Spec
MIT License
48 stars 17 forks source link

allow path params to be in the middle of the url #7

Closed christemple closed 8 years ago

christemple commented 8 years ago

This commit will allow svelte to work with urls that have params that are not at the end of the URL e.g.:

/api/pets/{petId}/hobbies

chrisface commented 8 years ago

👍