@iotize/ionic
Version:
Iotize specific building blocks on top of @ionic/angular.
14 lines (13 loc) • 677 B
TypeScript
import { ServiceCallType } from '@iotize/tap';
import { TapRequestFrame } from '@iotize/tap/client/api';
import * as i0 from "@angular/core";
export declare class TapApiExplorerService {
_allPaths?: ServiceCallType[];
constructor();
getByMethod(method: TapRequestFrame.MethodType): ServiceCallType[];
hasPath(method: TapRequestFrame.MethodType, url: string): boolean;
getByUrl(method: TapRequestFrame.MethodType, url: string): ServiceCallType | undefined;
listAllPaths(): ServiceCallType[];
static ɵfac: i0.ɵɵFactoryDeclaration<TapApiExplorerService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TapApiExplorerService>;
}