Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TypeScript SDK for the Segment Public API

License

NotificationsYou must be signed in to change notification settings

segmentio/public-api-sdk-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This SDK is currently released asPublic Beta. Its use in critical systems is discouraged, butfeedback is welcome.

Overview

The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. The full documentation is available athttps://docs.segmentapis.com.

All endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace.

See the next sections for more information on how to use the Segment Public API TypeScript SDK.

Latest API and SDK version: 58.13.0

Installation

This SDK is published as anNPM package. To install it, use:

npm i @segment/public-api-sdk-typescript

Or, if you're using yarn:

yarn add @segment/public-api-sdk-typescript

To build and compile the SDK from source, clone this repository and use:

yarn installyarn build

This will output the compiled JavaScript files in thedist/ directory.

You are now ready to start making calls to Public API!

Example

import*asPublicAPIfrom'@segment/public-api-sdk-typescript';constTOKEN='...';// fetch your token from a secure locationconst{ workspaces}=PublicAPI.configureApis(TOKEN);// To access the EU endpoint, use `const { workspaces } = PublicAPI.configureEuApis(TOKEN)`PublicAPI.unwrap(workspaces.getWorkspace()).then((result)=>{console.log(JSON.stringify(result));}).catch(console.error);

Contributing

The contents of this repository are automatically generated, so we can't take contributions from external developers. If you have any issues with this SDK, please raise an issue or reach out tofriends@segment.com instead of opening a pull request. Pull requests will not be reviewed.

About

TypeScript SDK for the Segment Public API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp