#include "httpd.h"
#include "util_script.h"
#include "brapi_module.h"
#include "typedefs.h"
Go to the source code of this file.
◆ 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 | 
        
          |  | ) |  |  |