@samply/lens
    Preparing search index...

    Type Alias NegotiateOptions

    type NegotiateOptions = {
        authorizationHeader: string;
        siteMappings: NegotiateOptionsSiteMapping[];
        url: string;
    }
    Index

    Properties

    authorizationHeader: string

    The value of the Authorization header for the POST request.

    Maps the site names in the results table to the unique identifiers expected by the BBMRI Negotiator.

    url: string

    The URL of the BBMRI Negotiator API endpoint that creates a request to apply for access. The URL path is typically /api/v3/requests. Lens will send a POST request to the URL to start the application process.