Constructors

Properties

Methods

Constructors

Properties

Methods

  • GetVersion - Fetches the version of Yagna

    Returns VersionApi.CancelablePromise<{
        current: {
            insertionTs?: string;
            name: string;
            releaseTs: string;
            seen: boolean;
            updateTs?: string;
            version: string;
        };
        pending?: {
            insertionTs?: string;
            name: string;
            releaseTs: string;
            seen: boolean;
            updateTs?: string;
            version: string;
        };
    }>

    any Yagna Version Response

    Throws

    ApiError