Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement needed. #4

Open
shadyyx opened this issue Sep 5, 2016 · 1 comment
Open

Improvement needed. #4

shadyyx opened this issue Sep 5, 2016 · 1 comment

Comments

@shadyyx
Copy link

shadyyx commented Sep 5, 2016

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.

@yookoala
Copy link
Collaborator

Thanks for you opinions. Will work on this in v2 (or may even patch v1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants