Class ClobApi

Hierarchy (view full)

Constructors

Properties

configuration: Configuration = DefaultConfig

Methods

  • Delete clob Delete cwmsData clobs with clobId

    Parameters

    Returns Promise<void>

  • Get cwmsData clobs

    Parameters

    Returns Promise<Clobs>

  • Get a single clob. If the accept header is set to text/plain, the raw value is returned as the response body. Responses to text/plain requests are streamed and support the Range header. When the accept header is set to application/json;version=2 the clob will be returned as a serialized Clob object with fields for office-id, id, description and value. Get cwmsData clobs with clobId

    Parameters

    Returns Promise<Clob>

  • Get a single clob. If the accept header is set to text/plain, the raw value is returned as the response body. Responses to text/plain requests are streamed and support the Range header. When the accept header is set to application/json;version=2 the clob will be returned as a serialized Clob object with fields for office-id, id, description and value. Get cwmsData clobs with clobId

    Parameters

    Returns Promise<ApiResponse<Clob>>

  • Check if the given MIME is a JSON MIME. JSON MIME examples: application/json application/json; charset=UTF8 APPLICATION/JSON application/vnd.company+json

    Parameters

    • mime: string

      MIME (Multipurpose Internet Mail Extensions)

    Returns boolean

    True if the given MIME is JSON, false otherwise.

  • Update clob Patch cwmsData clobs with clobId

    Parameters

    Returns Promise<void>

  • Create new Clob Post cwmsData clobs

    Parameters

    Returns Promise<void>

  • Parameters

    Returns Promise<Response>

  • Type Parameters

    Parameters

    • this: T
    • Rest ...postMiddlewares: ((context) => Promise<void | Response>)[]

    Returns T

  • Type Parameters

    Parameters

    • this: T
    • Rest ...preMiddlewares: ((context) => Promise<void | FetchParams>)[]

    Returns T