fibercrypto / libskyfiber-dotnet

Skycoin client libraries for .NET ( C# )
1 stars 4 forks source link

.NET API wrapper for the Skycoin node API #37

Closed olemis closed 5 years ago

olemis commented 5 years ago

Expected Behavior

Access to the Skycoin node REST API implemented in .NET code or as a .NET assembly.

Actual Behavior

Right now this is only possible using code generated by SWIG , which requires memory handles

Specifications

Possible Solution

Generate with Swagger (share more info, please) . Beware of CSRF .

olemis commented 5 years ago

fixed in 2e3e827