Skip to content

v2.2.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhaemin jhaemin released this 18 Jun 06:43
· 162 commits to master since this release

New VSCode code snippets

Action Types

onetype

It replaces the previous oneint(One Interface) snippet and constructs Action type boilerplate.

onetype

onetypeauth

It replaces the previous oneintauth(One Interface Auth Required) snippet and constructs Action type boilerplate with AuthRequired injected.

onetypeauth

onetypeauthonly

Constructs Action type boilerplate with AuthOnly type injected where the API only accepts the accessToken.

onetypeauthonly

onetypeauthoptional

Constructs Action type boilerplate with AuthOptional type injected where the API optionally requires the authentication.

onetypeauthoptional

onetypenodata

Constructs Action type boilerplate without the request data.

onetypenodata

Function Types

onefunc

It slightly updates the previous onefunc snippet with the new type declarations.

onefunc

onefuncnodata

The resolvers(functions) for the Actions that don't require any request data.

onefuncnodata