Multiple read/write request methods and authentication protocols
Requests can use any of the following read and write methods: GET, POST, PUT, PATCH, and DELETE. Supports both Basic and Bearer authentication, the latter by supporting the submission of tokens or API keys. (No OAuth authentication support just yet).