csquared / arduino-restclient

Arduino RESTful HTTP Request Library
MIT License
205 stars 133 forks source link

Use the generic Client interface instead of embedding Ethernet #21

Open paolobueno opened 6 years ago

paolobueno commented 6 years ago

This is a similar approach used by https://github.com/knolleary/pubsubclient.

I personally needed this feature to use https://github.com/UIPEthernet/UIPEthernet instead of the base Ethernet lib.