Micro Context
Dynamic micro service
API Interface
//Sets the api or slug name and return THIS
MicroContext api(String api);
//Call an api service method
Object call(String method, Map<String, Object> params);
//Gets the current api name or slug name
String getApi();
//Sets the api or slug name
void setApi(String api);
Related REST APIs
Invoke Micro API
Create / Update Micro API
Retrieve Micro API
Delete Micro API
Count All Micro APIs
Delete All Micro APIs
Search Micro APIs
Updated about 3 years ago