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.
|
Go to the documentation of this file.
23 #ifndef SERVERS_BRAPI_MODULE_INCLUDE_BRAPI_MODULE_H_
24 #define SERVERS_BRAPI_MODULE_INCLUDE_BRAPI_MODULE_H_
34 #include "ap_config.h"
35 #include "ap_provider.h"
37 #include "http_core.h"
38 #include "http_config.h"
40 #include "http_protocol.h"
41 #include "http_request.h"
77 json_t *
CreateResponseJSONForResult (json_t *payload_array_p,
const size_t current_page,
const size_t page_size,
const size_t total_count,
const size_t total_pages);
86 const char *
GetParameterValue (apr_table_t *params_p,
const char *
const param_s, apr_pool_t *pool_p);
88 bool CopyJSONStringValue (
const json_t *src_p,
const char *src_key_s, json_t *dest_p,
const char *dest_key_s);
90 void GetSortSearchParameters (apr_table_t *params_p,
const char **sort_by_ss,
const char **sort_order_ss, apr_pool_t *pool_p);
void GetSortSearchParameters(apr_table_t *params_p, const char **sort_by_ss, const char **sort_order_ss, apr_pool_t *pool_p)
const char * mbc_grassroots_frontend_trials_path_s
Definition: brapi_module.h:65
json_t * CreateResponseJSONForResult(json_t *payload_array_p, const size_t current_page, const size_t page_size, const size_t total_count, const size_t total_pages)
Definition: brapi_module.h:48
json_t * GetGrassrootsRequest(ParameterSet *params_p)
Create the request object to send to the Grassroots.
APIStatus DoGrassrootsCall(request_rec *req_p, ParameterSet *params_p, json_t *(*convert_grassroots_to_brapi_fn)(const json_t *grassroots_result_p, request_rec *req_p, ModBrapiConfig *config_p))
const char * mbc_grassroots_frontend_url_s
Definition: brapi_module.h:61
const char * mbc_grassroots_frontend_studies_path_s
Definition: brapi_module.h:63
Definition: brapi_module.h:49
APIStatus
Definition: brapi_module.h:45
Definition: brapi_module.h:47
The configuration for the Grassroots BrAPI module.
Definition: brapi_module.h:56
const char * mbc_grassroots_server_url_s
The URL to the Grassroots installation.
Definition: brapi_module.h:59
bool CopyJSONStringValue(const json_t *src_p, const char *src_key_s, json_t *dest_p, const char *dest_key_s)
char * GetObjectIdString(const json_t *const grassroots_json_p)
const char * GetParameterValue(apr_table_t *params_p, const char *const param_s, apr_pool_t *pool_p)
A set of Parameters along with an optional name and description.
Definition: parameter_set.h:46