ParticleNET / ParticleSDK

.NET SDK for Particle.io (formally spark.io)
Apache License 2.0
10 stars 3 forks source link

Consolidate the 4 client request methods into 1 method #19

Open holtsoftware opened 9 years ago

holtsoftware commented 9 years ago

The Methods to GET, POST, PUT, and DELETE are very similar consolidate them down to 1 method where we pass in the request type at least under the hood.