apiary.io - How to add API version to Apiary Mock Server -


is there way add api version apiary mock server?

ex.: http://private-xxxxx-apiname.apiary-mock.com/v1/mocks/1?school_id=1

yes, when declaring host, can append suffix , propagated prefix resources:

format: 1a host: http://api.example.tld/v1/


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -