loic911 / Rest-api-doc

MIT License
21 stars 32 forks source link

Rest API vert doesn't support PATCH #41

Closed yanjunnf closed 9 years ago

yanjunnf commented 9 years ago

The current rest API methods are below public enum RestApiVerb { GET, POST, PUT, DELETE, NULL; }

We need to support PATCH way.

loic911 commented 9 years ago

I've done your pull request. its available in v0.5. Thanks!