0.9.0 • Published 2 months ago

@jampot/cli v0.9.0

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

@jampot/cli

Fetch page queries type-safely with TypeScript SDK

Install

$ yarn add @jampot/cli

Usage

$ yarn jampot generate -e "https://jampot.com" -o ./myGeneratedSdk.ts
import { jampot } from './myGeneratedSdk.ts

jampot.fetch(
  // Type-safe page query endpoint
  "...",
  // Type-safe page query variables
  {})
  // Type-safe page query response
  .then((response) => {
    // ...
  })
0.9.0

2 months ago

0.8.0

4 months ago

0.3.0

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.7.0

7 months ago

0.6.0

10 months ago

0.2.0

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago