stirante / lol-client-java-api

Simple library which provides access to internal League of Legends Client API.
GNU General Public License v3.0
67 stars 14 forks source link

Patch method? #4

Closed robinwithes closed 5 years ago

robinwithes commented 5 years ago

I may be mistaken but i only see support for the "GET", "POST" and "PUT" methods. Is there no support for sending "PATCH" requests?

stirante commented 5 years ago

I added PATCH method in https://github.com/stirante/lol-client-java-api/commit/fff09a14bb17fc8048aa2c2e66e09b12fe92000f

robinwithes commented 5 years ago

Oh haha, solved it using the same stackoverflow solution!