Skip to content

Commit

Permalink
rust: Deprecated MessageAttempt::list_attempts_for_endpoint
Browse files Browse the repository at this point in the history
It's already deprecated in the spec.
  • Loading branch information
svix-jplatte committed Dec 16, 2024
1 parent e44c64f commit a3aeb84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/api/message_attempt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ impl<'a> MessageAttempt<'a> {
.await
}

#[deprecated = "Use `list_by_msg` instead, setting the `endpoint_id` in `options`."]
pub async fn list_attempts_for_endpoint(
&self,
app_id: String,
Expand Down

0 comments on commit a3aeb84

Please sign in to comment.