@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
10 lines (9 loc) • 443 B
TypeScript
import { UnsplashAuthenticationInfo } from "../../../../models";
import { UnsplashResponse } from "../models/UnsplashImage";
export declare class UnsplashImageService {
private commonHttpClient;
private omniaHttpClient;
search: (searchText: string, offset: number, limit: number, clientId: any, page: any) => Promise<UnsplashResponse>;
private getImages;
getAuthenticationInfo: () => Promise<UnsplashAuthenticationInfo>;
}