filestack / filestack-java

Official Java SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://filestack.com
Apache License 2.0
18 stars 21 forks source link

Add user agent and source headers to all requests #4

Closed shawnmaten closed 7 years ago

shawnmaten commented 7 years ago

https://filestack.atlassian.net/browse/FS-1085

Added an interceptor to the http client to add the two required headers. Also simplified the process of enabling mock responses with the Networking class.