2.8.0 • Published 8 months ago

@snapfrozen/snapflow-sdk v2.8.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Snapflow SDK

The Snapflow SDK is a JavaScript/TypeScript library designed to facilitate communication with the Snapflow API. This SDK provides a convenient way to interact with Snapflow services, making it easier to integrate Snapflow functionalities into your applications.

Installation

To install the Snapflow SDK, you can use npm:

npm install @snapfrozen/snapflow-sdk

Available apis:

  • OauthTokenApi
  • HubspotPropertyApi
  • ValueApi
  • XeroPropertyApi
  • OpensolarApi
  • BridgeSelectPropertyApi

Usage

Here's a basic example of how to use the Snapflow SDK in your project:

import { OauthTokenApi } from "@snapfrozen/snapflow-sdk";

async function main() {
  const tokensApi = new OauthTokenApi({
    accessToken: "your-token",
  });
  const res = await tokensApi.oauthTokensGet();
  console.log(res.data.data);
}

main();

Build

This SDK is generated by Swagger Codegen from the OpenAPI spec at https://connect.snapflow.com.au/swagger

Run this command to update the SDK

make generate
2.7.0

9 months ago

2.8.0

8 months ago

2.7.1

8 months ago

2.6.1

11 months ago

2.6.0

11 months ago

2.5.1

12 months ago

2.5.0

12 months ago

2.4.1

12 months ago

2.4.0

12 months ago

2.3.0

12 months ago

2.2.0

12 months ago

2.1.1

12 months ago

2.1.0

12 months ago

2.0.0

12 months ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago