jonathanraftery / bullhorn-rest-client

Simple client for the Bullhorn REST API
MIT License
11 stars 14 forks source link

Use PSR-18 client abstraction in place of Guzzle #13

Open jonathanraftery opened 3 years ago

jonathanraftery commented 3 years ago

To allow the use of an HTTP client of choice in projects, this library should use an HTTP client abstraction instead of a hard dependency on Guzzle.