1.22.43 • Published 4 days ago

@scalar/fastify-api-reference v1.22.43

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

Scalar Fastify API Reference Plugin

Version Downloads License Discord

This plugin provides an easy way to render a beautiful API reference based on a OpenAPI/Swagger file with Fastify.

Screenshot of an API Reference

Installation

npm install @scalar/fastify-api-reference

And then register it with Fastify:

await fastify.register(require('@scalar/fastify-api-reference'), {
  routePrefix: '/reference',
})

Usage

If you have a OpenAPI/Swagger file already, you can pass an URL to the plugin:

// Render an API reference for a given OpenAPI/Swagger spec URL
fastify.register(require('@scalar/fastify-api-reference'), {
  routePrefix: '/reference',
  configuration: {
    title: 'Our API Reference',
    spec: {
      url: '/openapi.json',
    },
  },
})

With the @fastify/swagger you can even generate your Swagger spec from the registered routes and directly pass it to the plugin:

await fastify.register(require('@scalar/fastify-api-reference'), {
  routePrefix: '/reference',
  configuration: {
    spec: {
      content: () => fastify.swagger(),
    },
  },
})

Actually, we’re picking it up automatically, so this would be enough:

await fastify.register(require('@scalar/fastify-api-reference'), {
  routePrefix: '/reference',
})

Or, if you just have a static OpenAPI spec, you can directly pass it, too:

await fastify.register(require('@scalar/fastify-api-reference'), {
  routePrefix: '/reference',
  configuration: {
    spec: {
      content: { … }
    },
  },
})

The fastify plugin takes our universal configuration object, read more about configuration in the core package README.

Themes

By default, we’re using a custom Fastify theme and it’s beautiful. But you can choose one of our other themes, too:

await fastify.register(require('@scalar/fastify-api-reference'), {
  routePrefix: '/reference',
  configuration: {
    theme: 'purple',
  },
})
1.22.43

4 days ago

1.22.42

5 days ago

1.22.39

6 days ago

1.22.41

6 days ago

1.22.40

6 days ago

1.22.38

7 days ago

1.22.37

8 days ago

1.22.36

8 days ago

1.22.35

9 days ago

1.22.34

9 days ago

1.22.33

10 days ago

1.22.32

10 days ago

1.22.31

11 days ago

1.22.29

12 days ago

1.22.30

12 days ago

1.22.28

13 days ago

1.22.27

13 days ago

1.22.26

13 days ago

1.22.25

13 days ago

1.22.24

15 days ago

1.22.20

20 days ago

1.22.3

1 month ago

1.22.2

1 month ago

1.22.0

1 month ago

1.21.0

1 month ago

1.20.27

1 month ago

1.20.26

1 month ago

1.20.25

2 months ago

1.20.22

2 months ago

1.20.19

2 months ago

1.20.20

2 months ago

1.20.10

2 months ago

1.20.9

2 months ago

1.20.2

2 months ago

1.20.5

2 months ago

1.19.4

2 months ago

1.19.5

2 months ago

1.19.3

2 months ago

1.19.2

2 months ago

1.19.1

2 months ago

1.18.7

2 months ago

1.18.5

2 months ago

1.18.2

3 months ago

1.17.15

3 months ago

1.17.14

3 months ago

1.17.13

3 months ago

1.17.12

3 months ago

1.17.6

3 months ago

1.17.5

3 months ago

1.17.2

3 months ago

1.17.3

3 months ago

1.16.0

3 months ago

1.15.5

3 months ago

1.14.8

4 months ago

1.13.18

4 months ago

1.13.13

4 months ago

1.13.10

4 months ago

1.13.8

4 months ago

1.13.6

4 months ago

1.13.2

4 months ago

1.13.1

4 months ago

1.13.5

4 months ago

1.13.0

4 months ago

1.12.9

4 months ago

1.12.8

5 months ago

1.12.7

5 months ago

1.12.6

5 months ago

1.12.5

5 months ago

1.12.3

5 months ago

1.12.2

5 months ago

1.12.4

5 months ago

1.11.1

5 months ago

1.11.0

5 months ago

1.10.2

5 months ago

1.10.1

5 months ago

1.9.2

5 months ago

0.8.8

6 months ago

0.8.7

6 months ago

0.8.5

6 months ago

0.8.6

6 months ago

0.8.4

6 months ago

0.8.1

6 months ago

0.8.3

6 months ago

0.8.2

6 months ago

0.8.0

6 months ago

0.7.4

6 months ago

0.7.3

6 months ago

0.7.2

6 months ago

0.7.1

6 months ago

0.7.0

6 months ago

0.6.68

6 months ago

0.6.67

6 months ago

0.6.66

6 months ago

0.6.65

6 months ago

0.6.64

6 months ago

0.6.63

6 months ago

0.6.62

6 months ago

0.6.61

6 months ago

0.6.60

6 months ago

0.6.59

6 months ago

0.6.58

6 months ago

0.6.57

6 months ago

0.6.56

6 months ago

0.6.55

6 months ago

0.6.54

6 months ago

0.6.53

6 months ago

0.6.52

6 months ago

0.6.51

6 months ago

0.6.50

7 months ago

0.6.49

7 months ago

0.6.48

7 months ago

0.6.47

7 months ago

0.6.46

7 months ago

0.6.45

7 months ago

0.6.44

7 months ago

0.6.43

7 months ago

0.6.42

7 months ago

0.6.41

7 months ago

0.6.40

7 months ago

0.6.39

7 months ago

0.6.38

7 months ago

0.6.37

7 months ago

0.6.36

7 months ago

0.6.35

7 months ago

0.6.34

7 months ago

0.6.33

7 months ago

0.6.32

7 months ago

0.6.31

7 months ago

0.6.30

7 months ago

0.6.29

7 months ago

0.6.28

7 months ago

0.6.27

7 months ago

0.6.26

7 months ago

0.6.25

7 months ago

0.6.24

7 months ago

0.6.23

7 months ago

0.6.22

8 months ago

0.6.21

8 months ago

0.6.20

8 months ago

0.6.19

8 months ago

0.6.18

8 months ago

0.6.17

8 months ago

0.6.16

8 months ago

0.6.15

8 months ago

0.6.14

8 months ago

0.6.13

8 months ago

0.6.12

8 months ago

0.6.11

8 months ago

0.6.8

8 months ago

0.6.7

8 months ago

0.6.6

8 months ago

0.6.5

8 months ago

0.6.4

8 months ago

0.6.3

8 months ago

0.6.2

8 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.5.0

8 months ago

0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.3.2

8 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago