Skip to content

Commit

Permalink
Update Src/VTEX/VTEXWrapper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 4, 2024
1 parent a1e72bc commit b19f9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/VTEX/VTEXWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ private void ConfigureClient(HttpClient client, bool requiresAuthentication)
/// <param name="client">The HttpClient instance used to send the request.</param>
/// <param name="uriBuilder">The UriBuilder that constructs the URI for the request.</param>
/// <returns>A task that represents the asynchronous operation, containing the HttpResponseMessage received from the server.</returns>

/// <remarks>
/// This method handles different HTTP methods such as GET, POST, PUT, DELETE, and PATCH.
/// It constructs the appropriate request based on the provided method and sends it using the specified HttpClient.
Expand Down

0 comments on commit b19f9aa

Please sign in to comment.