@farris/command-services-vue
Version:
Render schema to web page with farris ui.
9 lines (7 loc) • 417 B
TypeScript
import { BodyWithRequestInfo } from '@farris/bef-vue';
export declare class BeActionService {
invokeAction(actionUri: string, httpMethod: string, httpHeaders?: any, queryParams?: any, body?: BodyWithRequestInfo): void;
executeAction(actionUri: string, httpMethod: string, httpHeaders?: any, queryParams?: any, body?: any): void;
getRestService(): void;
buildQueryParams(queryParams: string): void;
}