UNPKG

channelape-sdk

Version:
11 lines (10 loc) 377 B
/// <reference types="q" /> import Channel from '../model/Channel'; import RequestClientWrapper from '../../RequestClientWrapper'; import * as Q from 'q'; export default class ChannelsService { private readonly client; constructor(client: RequestClientWrapper); get(channelId: string): Q.Promise<Channel>; private mapPromise(deferred, error, response, body); }