[][src]Function rparif::indice

pub fn indice(api_key: &str) -> Result<Vec<Index>, RParifError>

Convenient function that allow easy to access indice endpoint.
If multiple calls needs to be made to HTTP API, use RParifClient

Arguments

  • api_key - API key

Errors