0.0.16 • Published 12 months ago

@scalar/api-client-modal v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Scalar Draggable component

Version Downloads License Discord

Installation

npm install @scalar/api-client-modal

Usage

import { createScalarApiClient } from '@/api-client-modal'

// Initialize
const { open } = await createScalarApiClient(document.getElementById('root'), {
  spec: {
    url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.json',
  },
})

// Open the API client right-away
open()

// Or: Open a specific operation
// open({
//   method: 'GET',
//   path: '/me',
// })

You can find this example in the playground folder.

0.0.16

12 months ago

0.0.15

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago