You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This project contains core logic and the utilities for the APIMatic's C# SDK
21
21
|[`QueryParam`](APIMatic.Core/Request/Parameters/QueryParam.cs)| Query parameter class |
22
22
|[`TemplateParam`](APIMatic.Core/Request/Parameters/TemplateParam.cs)| Template parameter class |
23
23
|[`RequestBuilder`](APIMatic.Core/Request/RequestBuilder.cs)| Used to instantiate a new Request object with the provided properties |
24
+
|[`ErrorCase`](APIMatic.Core/Response/ErrorCase.cs)| Used to generate an ApiException from the HttpClient response |
24
25
|[`ResponseHandler`](APIMatic.Core/Response/ResponseHandler.cs)| Used to handle and process the response from HttpClient |
25
26
|[`ApiCall`](APIMatic.Core/ApiCall.cs)| Deals with the execution of request created from RequestBuilder and processes the response through ResponseHandler |
26
27
|[`GlobalConfiguration`](APIMatic.Core/GlobalConfiguration.cs)| Carries the common configuration that will be applicable to all the ApiCalls |
0 commit comments