commercetools / commercetools-postman-collection

Collection of commercetools API examples setup on top of Postman
117 stars 174 forks source link

Collection import fails on Bruno #24

Closed davidweterings closed 1 month ago

davidweterings commented 2 months ago

I use https://www.usebruno.com/ instead of Postman. When importing the collection it fails because the request.method is sometimes lowercase (I've seen 'get', 'delete', 'head')

According to https://datatracker.ietf.org/doc/html/rfc9110#section-9 it should always be uppercase, so could this be fixed in this collection?

jenschude commented 1 month ago

Hey David

Why not directly using our Bruno collection? ;)

https://docs.commercetools.com/sdk/bruno

davidweterings commented 1 month ago

Oops, I missed that one, thank you!