Class LevelsApi

Hierarchy (view full)

Constructors

Properties

configuration: Configuration = DefaultConfig

Methods

  • Delete CWMS Location Level Delete cwmsData levels with levelId

    Parameters

    Returns Promise<void>

  • Deletes requested specified level id Delete cwmsData specifiedLevels with specifiedLevelId

    Parameters

    Returns Promise<void>

  • Get cwmsData levels

    Parameters

    Returns Promise<object>

  • 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 CWMS Location Level Patch cwmsData levels with levelId

    Parameters

    Returns Promise<void>

  • Renames the requested specified level id Patch cwmsData specifiedLevels with specifiedLevelId

    Parameters

    Returns Promise<void>

  • Create new CWMS Location Level Post cwmsData levels

    Parameters

    Returns Promise<void>

  • Create new CWMS Location Level Post cwmsData levels

    Parameters

    Returns Promise<ApiResponse<void>>

  • Create new SpecifiedLevel Post cwmsData specifiedLevels

    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