-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
If you need a different binding, contact us!
Can you show us how to make API request in TS?
Example code:
from cloudsmith_api import (
ApiClient,
EntitlementsApi,
RepositoryToken,
RepositoryTokenRequest,
)
npm = typing.cast(
RepositoryToken,
entitlements.entitlements_create(
owner="testowner", repo="repo-name", show_tokens=True, data=req
),
)
Metadata
Metadata
Assignees
Labels
No labels