cgivre opened a new pull request #2479:
URL: https://github.com/apache/drill/pull/2479


   # [DRILL-8153](https://issues.apache.org/jira/browse/DRILL-8153): Convert 
OAuth REST APIs to JSON
   
   ## Description
   This PR converts the OAuth REST APIs to accept JSON.  
   
   ## Documentation
   The following API calls are now available for updating an HTTP Storage 
Plugin's OAuth tokens if OAuth is used. These three new endpoints are POST 
requests and accept the tokens as part of the form body.
   
   * `/storage/{plugin name}/update_access_token`
   * `/storage/{plugin name}/update_refresh_token`
   * `/storage/{plugin name}/update_oauth_tokens`
   
   These endpoints take as arguments: `accessToken`, `refreshToken` or both.
   
   ## Testing
   Updated unit tests. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to