v2.2.0 Beta 2
Pre-release
Pre-release
New VSCode code snippets
Action Types
onetype
It replaces the previous oneint
(One Interface) snippet and constructs Action
type boilerplate.
onetypeauth
It replaces the previous oneintauth
(One Interface Auth Required) snippet and constructs Action
type boilerplate with AuthRequired
injected.
onetypeauthonly
Constructs Action
type boilerplate with AuthOnly
type injected where the API only accepts the accessToken
.
onetypeauthoptional
Constructs Action
type boilerplate with AuthOptional
type injected where the API optionally requires the authentication.
onetypenodata
Constructs Action
type boilerplate without the request data.
Function Types
onefunc
It slightly updates the previous onefunc
snippet with the new type declarations.
onefuncnodata
The resolvers(functions) for the Actions that don't require any request data.