* If the data type of query parameter is "int" or "bool" in OpenAPI Spec, the request url will not be generated correctly. ( PR #6692 )
17 lines
337 B
C
17 lines
337 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include "../include/apiClient.h"
|
|
#include "../include/list.h"
|
|
#include "../external/cJSON.h"
|
|
#include "../include/keyValuePair.h"
|
|
#include "../include/binary.h"
|
|
#include "../model/v1_api_group.h"
|
|
|
|
|
|
// get information of a group
|
|
//
|
|
v1_api_group_t*
|
|
StorageAPI_getAPIGroup(apiClient_t *apiClient);
|
|
|
|
|