Interfacing with API in C# console program

I would recommed using a library if you don’t want to deal with all the parsing and stuff yourlself

This nuget returns an object which contains the response as both a JSON string and a Dynamic C# object

1 Like