|
Oyster Harvest Area Closure Analysis 0.1
Prediction and analysis of NSW oyster harvest area closures.
|
#include "WillyWeather/authenticate.h"Functions | |
| uint8_t | WillyWeather_GetToken (const char *env_var_name) |
| Get Willy Weather API token from environment variable. More... | |
| uint8_t | WillyWeather_CheckAccess (void) |
| Check API token is initialised and available for use. More... | |
| uint8_t WillyWeather_CheckAccess | ( | void | ) |
Check API token is initialised and available for use.
Check Willy Weather API token has been initialised.
| uint8_t WillyWeather_GetToken | ( | const char * | env_var_name | ) |
Get Willy Weather API token from environment variable.
Obtain and populate Willy Weather access token from environment variable.
| env_var_name | Name of environment variable where token is held. |