Hierarchy (view full)

Constructors

Properties

container: ContainerInstance

Facade methods

resolve: {
    <T>(type: Constructable<T>): T;
    <T_1>(type: AbstractConstructable<T_1>): T_1;
    <T_2>(id: string): T_2;
    <T_3>(id: Token<T_3>): T_3;
    <T_4>(id: ServiceIdentifier<T_4>): T_4;
}
set: {
    <T>(service: ServiceMetadata<T>): ContainerInstance;
    <T_1>(type: Constructable<T_1>, instance: T_1): ContainerInstance;
    <T_2>(type: AbstractConstructable<T_2>, instance: T_2): ContainerInstance;
    <T_3>(name: string, instance: T_3): ContainerInstance;
    <T_4>(token: Token<T_4>, instance: T_4): ContainerInstance;
    <T_5>(token: ServiceIdentifier<unknown>, instance: T_5): ContainerInstance;
    <T_6>(metadata: ServiceOptions<T_6>): ContainerInstance;
    <T_7>(metadataArray: ServiceOptions<T_7>[]): ContainerInstance;
}
userInfoById: ((input: UserInfoCommandInput) => Promise<UserInfoResponse>) = ...
usernameInfo: ((input: UsernameinfoCommandInput) => Promise<UserinfoResponseUser>) = ...

Accessors

  • get graphql_www(): GraphqlWww
  • Internal endpoint, call it if you know why you need it

    Returns GraphqlWww

  • get insights(): InsightsService
  • Returns InsightsService

  • get publish(): PublishService
  • Returns PublishService

  • get search(): SearchService
  • Returns SearchService

  • get simulate(): SimulateService
  • Returns SimulateService

  • get story(): StoryService
  • Returns StoryService

Methods

  • Primarily for testing purposes, but feel free to use for whatever you want

    Returns Promise<AndroidIgpapi>