CurlDotNet Namespace
| Classes |
|
| Curl |
🚀 THE MAIN CURLDOTNET CLASS - Start here! This class lets you run ANY curl command in C# by just copying and pasting it as a string. No translation needed. No learning curve. If it works in curl, it works here. Quick Start:`...` What is curl? curl is the universal tool for making HTTP requests from the command line. Every API documentation uses it. Now you can use those exact same commands in your C# code. Learn more:... |
| CurlApiClient |
Simplified API client builder for common HTTP operations. Provides a more ergonomic alternative to raw curl commands. |
| DotNetCurl |
DotNetCurl - Alternative API entry point for curl commands. The killer feature: Copy and paste any curl command and it works! |
| ErgonomicExtensions |
Ergonomic extension methods for CurlResult to improve developer experience. These extensions are in the CurlDotNet namespace for easy discovery. |