paulhitz / DnB-REST-Client

Custom REST Client for D&B (Dun & Bradstreet) services.
https://github.com/paulhitz/DnB-REST-Client
MIT License
5 stars 5 forks source link

Ability to manually specify the request method (GET, POST etc.) #20

Closed paulhitz closed 9 years ago

paulhitz commented 9 years ago

Currently the tool only supports GET and POST since the current services only support these request methods.

New services may require new methods such as PUT and DELETE.

paulhitz commented 9 years ago

As of version 1.0.8, the tool supports GET / POST / PUT / DELETE