Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
A reusable Service for using external web services. More...
Functions | |
ServicesArray * | GetServices (json_t *config_p) |
Get the ServicesArray containing the Web Services. More... | |
void | ReleaseServices (ServicesArray *services_p) |
Free the ServicesArray containing the Web Services. More... | |
A reusable Service for using external web services.
ServicesArray* GetServices | ( | json_t * | config_p | ) |
Get the ServicesArray containing the Web Services.
config_p | The service configuration data. |
NULL
upon error. void ReleaseServices | ( | ServicesArray * | services_p | ) |
Free the ServicesArray containing the Web Services.
services_p | The ServicesArray to free. |