Introduce two new Auth options which are used to make API Calls against the Mono API for creating One-Click Sites.
About the auth in the body:
I could not introduce a method body to the Request as the body-options on raw is a json string and the body on the options is a hash. So i concentrated on the raw as this is also used in the end for doing the actual request.
Any optimizations tips are very welcome. 🙏🏻
Ticket: https://jira.localsearch.ch/browse/PRO-1186
Introduce two new Auth options which are used to make API Calls against the Mono API for creating One-Click Sites.
About the auth in the body: I could not introduce a method
body
to the Request as the body-options on raw is a json string and the body on the options is a hash. So i concentrated on the raw as this is also used in the end for doing the actual request. Any optimizations tips are very welcome. 🙏🏻