0.6.0 • Published 5 days ago

@swing.xyz/platform-api v0.6.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
5 days ago

Swing Platform API

Getting Started

yarn add @swing.xyz/platform-api

Usage

import { getSwingPlatformAPI } from "@swing.xyz/platform-api";

const swingPlatformAPI = getSwingPlatformAPI({
  /**
   * Optionally configure the Platform API environment.
   * environment: "production",
   *
   * Optionally override the Platform API URL
   * baseUrl: "https://platform.swing.xyz",
   *
   * Optional add default headers
   * headers: {},
   */
});

const projectConfig = swingPlatformAPI.GET("/projects/{projectId}/config", {
  params: {
    path: {
      projectId: "swing-project-identifier",
    },
  },
});
0.6.0

5 days ago

0.5.0

14 days ago

0.4.1

20 days ago

0.4.0

21 days ago

0.3.0

1 month ago

0.2.1

1 month ago

0.2.0

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.0

3 months ago

0.0.13

4 months ago

0.0.12

4 months ago

0.0.11

5 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago