• 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

    • newGroup: {
          description?: string;
          groupid?: string;
          name: string;
      }

      Group to be created

      • Optional description?: string
      • Optional groupid?: string
      • name: string

    Returns Promise<Group>

Generated using TypeDoc