DEV Community

Discussion on: Dev.to API library for .NET 🚀

Collapse
 
rhymes profile image
rhymes

Any code that calls the library should be async though it is technically possible to avoid it (but it isn't recommended). Any other code that doesn't call the API doesn't need to be async though.

Got it, it works like everywhere else :D

Thread Thread
 
turnerj profile image
James Turner

BTW, I've put it on NuGet like you suggested 🙂
nuget.org/packages/DevTo.Api/

Thread Thread
 
rhymes profile image
rhymes

Well done!