@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias AudiotoolAPI

    Some services generated from the protobuf definitions at https://developer.audiotool.com/explore-protobufs.

    These are APIs of backend services of various parts of the audiotool infrastructure other than the document services. They let you make calls such as:

    • create a project
    • get user information

    Etc. See API for an overview.

    Index

    Properties

    audioGraphService: RetryingClient<typeof AudiographService>

    Manage audio "graphs", i.e. plots of audio samples, as used in the sample browser.

    authorizedFetch: NeverThrowingFetch

    Same as window.fetch, but

    • never throws, instead returns an error
    • includes headers & settings for authorization

    Same as window.fetch, but never throws, instead returns an error.

    presets: PresetUtil
    projectRoleService: RetryingClient<typeof ProjectRoleService>

    Add collaborators to your projects.

    projectService: RetryingClient<typeof ProjectService>

    Lookup, create and delete projects.

    sampleService: RetryingClient<typeof SampleService>

    Lookup and upload samples.

    userService: RetryingClient<typeof UserService>

    Lookup users.