You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was searching for a REST testing framework for Go and found your project. Unfortunately, it is not a good idea to use it for these few reasons (just from what I have observed when reading the docs):
it lacks testing OPTIONS, HEAD and most importantly PATCH requests
the method names are cumbersome, one have to think that List is for GET, Create is for POST, etc. - why not naming the methods with the real REST verbs?
It would be a good idea (IMHO) to implement this into v2 since it's still in development.
The text was updated successfully, but these errors were encountered:
Hi.
I was searching for a REST testing framework for Go and found your project. Unfortunately, it is not a good idea to use it for these few reasons (just from what I have observed when reading the docs):
List
is forGET
,Create
is forPOST
, etc. - why not naming the methods with the real REST verbs?It would be a good idea (IMHO) to implement this into
v2
since it's still in development.The text was updated successfully, but these errors were encountered: