Skip to main content

discover

Function discover 

Source
pub async fn discover(
    query: Option<&str>,
    limit: Option<u64>,
    offset: Option<u64>,
) -> Result<DiscoverResult, PayError>
Expand description

Discover payable services.

Supports pagination via limit and offset. Returns services and pagination metadata so callers can page through the full directory.