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.
brapi_location.h File Reference
#include "httpd.h"
#include "util_script.h"
#include "brapi_module.h"
#include "typedefs.h"
Include dependency graph for brapi_location.h:

Go to the source code of this file.

Functions

APIStatus GetAllLocations (request_rec *req_p, const char *api_call_s, apr_table_t *req_params_p, ModBrapiConfig *config_p)
 
APIStatus GetLocationByID (request_rec *req_p, const char *api_call_s, apr_table_t *req_params_p, ModBrapiConfig *config_p)
 
bool GetMinimalLocationData (const json_t *grassroots_json_p, char **name_ss, char **db_id_ss)
 

Function Documentation

◆ GetAllLocations()

APIStatus GetAllLocations ( request_rec *  req_p,
const char *  api_call_s,
apr_table_t *  req_params_p,
ModBrapiConfig config_p 
)

◆ GetLocationByID()

APIStatus GetLocationByID ( request_rec *  req_p,
const char *  api_call_s,
apr_table_t *  req_params_p,
ModBrapiConfig config_p 
)

◆ GetMinimalLocationData()

bool GetMinimalLocationData ( const json_t *  grassroots_json_p,
char **  name_ss,
char **  db_id_ss 
)