Javascript
import Morphik from 'morphik'; const client = new Morphik({ apiKey: 'My API Key', }); const response = await client.ee.connectors.ingestRepository('connector_type', { repo_path: 'repo_path' }); console.log(response);
"<any>"
Ingest an entire GitHub repository.
Successful Response
The response is of type any.
any
Was this page helpful?