• 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

    • groupId: string

      ID of the group to be fetched

    • Optional expand: string[]

      One or more relations to expand for a group resource, e.g. ["organization","scopes"]

    Returns Promise<Group>

Generated using TypeDoc