Skip to content
#

api-blueprint

Here are 111 public repositories matching this topic...

Noeyfan
Noeyfan commented Oct 21, 2020

Describe the bug
SPOT generate fail when multiple JSDoc occurred before any type definition.

To Reproduce
Below is the api.ts file

// api.ts
import { api, body, endpoint, request, response, String } from "@airtasker/spot";

@api({ name: "my-api" })
class Api {}

@endpoint({
  method: "POST",
  path: "/users"
})
class CreateUser {
  @request
  request(
    @body bo
good first issue

Improve this page

Add a description, image, and links to the api-blueprint topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the api-blueprint topic, visit your repo's landing page and select "manage topics."

Learn more