- Notifications
You must be signed in to change notification settings - Fork0
License
segmentio/public-api-sdk-swift
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 Swift SDK.
Latest API and SDK version: 58.13.0
Add the following entry to yourPackage.swift
file:
.package(name:"PublicApi", url:"git@github.com:segmentio/public-api-sdk-swift.git", branch:"master")
You are now ready to start making calls to Public API!
import PublicApiPublicApiAPI.basePath="https://api.segmentapis.build"PublicApiAPI.customHeaders=["Authorization":"Bearer <TOKEN>"]SourcesAPI.listSources(pagination:PaginationInput(count:10), completion:{ data, errorinif error!=nil{print(error!)}if data!=nil{print("\n These are the sources:")print(data!.data!.sources)}})
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
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.