PokéRogue
    Preparing search index...

    A wrapper for PokéRogue savedata API requests.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    base: string
    ERR_GENERIC: string = "There was an error"

    Methods

    • Send a POST request.

      Type Parameters

      • D = undefined

      Parameters

      • path: string

        THe path to send the request to.

      • OptionalbodyData: D

        The body-data to send.

      • dataType: DataType = "json"

        The data-type of the bodyData.

      Returns Promise<Response>