Bluestep JS Documentation
    Preparing search index...

    Provides direct access to the Bluestep Balance service api.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Makes an authenticated DELETE request to the Bluestep Balance service.

      Parameters

      • path: string

        The request path.

      Returns FetchedResource

    • Makes an authenticated GET request to the Bluestep Balance service.

      Parameters

      • path: string

        The request path.

      Returns FetchedResource

    • Makes an authenticated PATCH request to the Bluestep Balance service.

      Parameters

      • path: string

        The request path.

      • json: string

        The JSON body of the PATCH request.

      Returns FetchedResource

    post

    • post(path: string, json: string): FetchedResource

      Makes an authenticated POST request to the Bluestep Balance service.

      Parameters

      • path: string

        The request path.

      • json: string

        The JSON body of the POST request.

      Returns FetchedResource

    • Makes an authenticated PUT request to the Bluestep Balance service.

      Parameters

      • path: string

        The request path.

      • json: string

        The JSON body of the PUT request.

      Returns FetchedResource