Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Ensure you have pnpm installed globally
npm install -g pnpm
```

As well as `rdme`:

```shell
npm install -g rdme
```


Install dependencies

```shell
Expand Down
6 changes: 6 additions & 0 deletions api/generated/api.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -11861,6 +11861,12 @@
"description": "How many hours between proactive token keep-alive refreshes for this provider.\nToken-manager adds a random stagger offset on top. If absent, defaults to 24.\n",
"example": 120,
"x-go-type-skip-optional-pointer": true
},
"scopeQueryParam": {
"type": "string",
"description": "The query parameter name used to pass OAuth scopes in the authorization URL.\nDefaults to \"scope\" when not specified. Some providers use a different\nparameter name, such as \"user_scope\" for Slack user scopes.\n",
"example": "user_scope",
"x-go-type-skip-optional-pointer": true
}
}
},
Expand Down
Loading
Loading