REST HTTP Device Registration

I’m currently using an AWS backend application server developed in .NET. I am trying to use my backend to register devices (I use my mobile app to register). It looks like I need to use the SetDevice HTTP call into the TTN service. It looks like the documentation has been updated with some examples (thanks for that!). I was wondering if anyone has any references to an SDK for .NET integration or has perhaps developed it for the Application Manager stack? If so, did you just use the documentation as a guide or did find some SDK that wraps the API?

As a follow up, I’ve been able to successfully make requests to the REST API. Thanks for the great work!