• Parameters

    • connectionOptions: {
          apiUrl: string;
          headers: Object;
      }
      • apiUrl: string

        Target annotation database API URL

      • headers: Object

        Headers responsible for authenticating the request and the Hypothes.is Accept header

    • Optional query: {
          authority?: string;
          document_uri?: string;
          expand?: string[];
      }
      • Optional authority?: string
      • Optional document_uri?: string
      • Optional expand?: string[]

    Returns Promise<Group[]>

Generated using TypeDoc