Backstage
    Preparing search index...

    Function getGitLabRequestOptions

    • Gets the request options necessary to make requests to a given provider.

      Parameters

      • config: GitLabIntegrationConfig

        The relevant provider config

      • Optionaltoken: string

        An optional auth token to use for communicating with GitLab. By default uses the integration token

      Returns { headers: Record<string, string> }