@nevermined-io/payments
    Preparing search index...

    Interface BackendApiOptions

    interface BackendApiOptions {
        apiKey?: string;
        backendHost: string;
        headers?: { [key: string]: string };
        proxyHost?: string;
    }
    Index

    Properties

    apiKey?: string

    The Nevermined API Key. This key identify your user and is required to interact with the Nevermined API. You can get your API key by logging in to the Nevermined App.

    backendHost: string

    The host of the backend server

    headers?: { [key: string]: string }

    Additional headers to send with the requests

    proxyHost?: string

    The host of the Nevermined Proxy