Skip to content

Commit

Permalink
Remove unnecessary apiclientwrapper methods
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Nov 10, 2023
1 parent b091059 commit 207852d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions xmtp_mls/src/api_client_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,6 @@ where
Self { api_client }
}

pub async fn subscribe(
&self,
request: SubscribeRequest,
) -> Result<ApiClient::Subscription, ApiError> {
self.api_client.subscribe(request).await
}

pub async fn query(&self, request: QueryRequest) -> Result<QueryResponse, ApiError> {
self.api_client.query(request).await
}

pub async fn batch_query(
&self,
request: BatchQueryRequest,
) -> Result<BatchQueryResponse, ApiError> {
self.api_client.batch_query(request).await
}

pub async fn read_topic(
&self,
topic: &str,
Expand Down

0 comments on commit 207852d

Please sign in to comment.