pub async fn sources_user_connections_oauth_list(
configuration: &Configuration,
ordering: Option<&str>,
page: Option<i32>,
page_size: Option<i32>,
search: Option<&str>,
source__slug: Option<&str>,
) -> Result<PaginatedUserOAuthSourceConnectionList, Error<SourcesUserConnectionsOauthListError>>
Expand description
Source Viewset