shrijan00003 / restler

A Simple file and git compatible rest client
6 stars 1 forks source link

Support Multiple request with same http methods with flag -r in the #13

Closed shrijan00003 closed 2 weeks ago

shrijan00003 commented 2 weeks ago

Description

Currently, We have minimal support for request that have same name prefix as of the request folder name.

posts/
 - posts.post.yaml # supported
 - posts-v2.post.yaml # not supported

Expected Behavior command : restler post -r posts-v2 posts for posts-v2.post.yaml

Or restler p -r posts-v2 posts

By default, restler post posts should execute request for posts.post.yaml

Documentation

Please don't forget to update the documentation before release.