Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PlansApi

PlansApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • PlansApi

Index

Constructors

constructor

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = ...
    • axios: AxiosInstance = ...

    Returns PlansApi

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

plansGet

  • plansGet(options?: any): Promise<AxiosResponse<object>>
  • (Previous Plan) Get all plans. An invited user cannot be accessed this API.

    throws

    {RequiredError}

    memberof

    PlansApi

    Parameters

    • Optional options: any

    Returns Promise<AxiosResponse<object>>

plansPlanNamePlanTypeGet

  • plansPlanNamePlanTypeGet(planName: "free" | "personal" | "business" | "agency" | "agency plus", planType: "annual" | "monthly", options?: any): Promise<AxiosResponse<PreviousPlanResponse>>
  • (Previous plan) Get details of plan.

    throws

    {RequiredError}

    memberof

    PlansApi

    Parameters

    • planName: "free" | "personal" | "business" | "agency" | "agency plus"

      Name of play. Specify free or personal or business or agency or agency plus

    • planType: "annual" | "monthly"

      Team of plan. Specify annual or monthly

    • Optional options: any

    Returns Promise<AxiosResponse<PreviousPlanResponse>>

Generated using TypeDoc