Skip to content

Support TypeScript #56

@grant

Description

@grant

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions