3scale-archive / 3scale-cli

DEPRECATED Beta of 3scale CLI, manage your 3scale installation directly from terminal (community supported)
https://www.3scale.net
MIT License
9 stars 21 forks source link

Add limitation on accepted HTTP verb #41

Closed picsoung closed 7 years ago

picsoung commented 7 years ago

Until now when we were creating a mapping rule we were not controlling which HTTP verb we were trying to create in 3scale.

I added a solution to prevent errors coming from unsupported HTTP verb. We will just skip them.

Also added something to support basePath of type / as @lucamaf noted on #35