Options
All
  • Public
  • Public/Protected
  • All
Menu

The Traveler

Index

Enumerations

Classes

Interfaces

Variables

Functions

Variables

Const App

App: "/Users/alexanderweiss/Documents/Programming/typescript-projects/the-traveler/src/type-definitions/app/index" = AppImport

Const CommunityContent

CommunityContent: "/Users/alexanderweiss/Documents/Programming/typescript-projects/the-traveler/src/type-definitions/communitycontent/index" = CommunityContentImport

Const Content

Content: "/Users/alexanderweiss/Documents/Programming/typescript-projects/the-traveler/src/type-definitions/content/index" = ContentImport

Const Destiny2

Destiny2: "/Users/alexanderweiss/Documents/Programming/typescript-projects/the-traveler/src/type-definitions/destiny2/index" = Destiny2Import

Const Fireteam

Fireteam: "/Users/alexanderweiss/Documents/Programming/typescript-projects/the-traveler/src/type-definitions/fireteam/index" = FireteamImport

Const Forum

Forum: "/Users/alexanderweiss/Documents/Programming/typescript-projects/the-traveler/src/type-definitions/forum/index" = ForumImport

Const Trending

Trending: "/Users/alexanderweiss/Documents/Programming/typescript-projects/the-traveler/src/type-definitions/trending/index" = TrendingImport

Const User

User: "/Users/alexanderweiss/Documents/Programming/typescript-projects/the-traveler/src/type-definitions/user/index" = UserImport

Functions

checkOauthToken

  • checkOauthToken(oauthAccesstoken?: string): void
  • Checks for existing of an oauth access token. Throws an OauthError if not present.

    export

    Parameters

    • Optional oauthAccesstoken: string

    Returns void

resolveQueryStringParameters

  • Generates the query string parameters out of the specified object which contains the parameters

    export

    Parameters

    Returns string

    The query string to add to the endpoint url