List sources

Retrieves a list of sources.

Usage

Required ACL: addObject, deleteIndex, editSettings
1
2
3
4
5
import com.algolia.client.api.IngestionClient

val client = IngestionClient(appId = "ALGOLIA_APPLICATION_ID", apiKey = "ALGOLIA_API_KEY", region = "ALGOLIA_APPLICATION_REGION")

var response = client.listSources()
Did you find this page helpful?