Forum Discussion
MarcusJ
7 years agoModerator
Hi,
You can use CURL to send a request to your GET method or any of your methods outside of Swaggerhub. Using the Try it Out functionality will generate a CURL command to use.
curl -X GET "https://virtserver.swaggerhub.com/Eworx/ManageCustomer/1.0.0/Cus" -H "accept: application/json"
You can download curl from the link below.
https://curl.haxx.se/download.html
If you would like to use C# then use the codegen -> Client -> csharp to generate client code to make requests to your API.
Regards,
Marcus
SmartBear Support
Related Content
- 6 years ago
- 5 years ago
- 4 years ago
- 8 years ago
Recent Discussions
- 2 days ago
- 2 months ago
- 3 months ago