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):
- 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.
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):
Listis forGET,Createis forPOST, etc. - why not naming the methods with the real REST verbs?It would be a good idea (IMHO) to implement this into
v2since it's still in development.