Closed yanjunnf closed 10 years ago
The current rest API methods are below public enum RestApiVerb { GET, POST, PUT, DELETE, NULL; }
We need to support PATCH way.
I've done your pull request. its available in v0.5. Thanks!
The current rest API methods are below public enum RestApiVerb { GET, POST, PUT, DELETE, NULL; }
We need to support PATCH way.