API clients
Searches for composition rules in your index.
settings
// Initialize the client var client = new CompositionClient( new CompositionConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY") ); // Call the API var response = await client.SearchCompositionRulesAsync( "foo", new SearchCompositionRulesParams { Query = "batman" } ); // >LOG
Was this page helpful?