Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 515 Bytes

settings.md

File metadata and controls

18 lines (14 loc) · 515 Bytes

Settings

  • Name in Remix: settings
  • kind: settings
Type Name Description
method getGithubAccessToken Returns the current Github Access Token provided in settings

Examples

Methods

getGithubAccessToken: Returns the current Github Access Token provided in settings

const token = await client.call('settings', 'getGithubAccessToken')
// OR
const token = await client.settings.getGithubAccessToken()