-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
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 v2 since it's still in development.
Metadata
Metadata
Assignees
Labels
No labels