hmil / rest.ts

Type safety across REST APIs in TypeScript!
MIT License
105 stars 6 forks source link

Feature request: add PATCH method #1

Closed erikhofer closed 5 years ago

erikhofer commented 5 years ago

First of all, nice project!

It would be great to be able to use the HTTP method PATCH for partial updates.

hmil commented 5 years ago

Yeah you are right, I just added it.

I appreciate the feedback, this is very early work and I expect there be more bugs and missing features. Don't hesitate to open another ticket if you spot something.

ps: congrats on opening ticket #1 🥇