Create the
MCO REST
server instance and stores its handle in therest
parameter.
MCO_RET mcorest_create(const char *db_name, mcorest_h *rest);
db_name | The name of the database to bind the server to |
rest | Pointer to receive the server instance handle |
This function creates the
MCO REST
server instance and stores its handle in therest
parameter.
MCO_S_OK = 0 | Success |
MCO_E_REST_* | Any of the Web Services Error Codes |