asapi_client_post: The Client POST Function

Description Usage Arguments

View source: R/api_connector.R

Description

This function allows you to POST New Client with the API and retrieve your API KEY

Usage

1
2
3
4
5
6
7
asapi_client_post(
  client_name,
  email,
  contact,
  api_key,
  url = "https://api.agrospace.cl"
)

Arguments

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


agrospace/ASAPI documentation built on Nov. 26, 2021, 3:36 a.m.