Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deprecate dictionary CreateList for tracker #573

Merged
merged 4 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions EasyPost.Tests/cassettes/net/order_service/buy_with_rate.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions EasyPost.Tests/cassettes/net/order_service/create.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions EasyPost.Tests/cassettes/net/order_service/get_rates.json

Large diffs are not rendered by default.

45 changes: 22 additions & 23 deletions EasyPost.Tests/cassettes/net/order_service/retrieve.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions EasyPost.Tests/cassettes/netstandard/order_service/create.json

Large diffs are not rendered by default.

45 changes: 22 additions & 23 deletions EasyPost.Tests/cassettes/netstandard/order_service/get_rates.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions EasyPost.Tests/cassettes/netstandard/order_service/retrieve.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions EasyPost/Services/TrackerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public async Task<Tracker> Create(Parameters.Tracker.Create parameters, Cancella
/// <param name="cancellationToken"><see cref="CancellationToken"/> to use for the HTTP request.</param>
/// <returns><c>true</c> if successful, <c>false</c> otherwise.</returns>
[CrudOperations.Create]
[Obsolete("This method is deprecated. Please use TrackerService.Create() instead. This method will be removed in a future version.", false)]
public async Task CreateList(Dictionary<string, object> parameters, CancellationToken cancellationToken = default)
{
parameters = parameters.Wrap("trackers");
Expand Down
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 431 files
Loading