View source: R/api_connector.R
This function allows you to POST New Client with the API and retrieve your API KEY
1 2 3 4 5 6 7 | asapi_client_post(
client_name,
email,
contact,
api_key,
url = "https://api.agrospace.cl"
)
|
client_name |
Name of de new client. |
email |
Email of the contact of the new client. |
contact |
Contact name. |
api_key |
AgroSpace API Key. |
url |
URL for dev purpose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.