API

RamBase C# SDK

The RamBase API SDK enables developers to easily access the RamBase API via the C# platform.

Among other things the SDK simplifies:

  • Authentication and token management
  • GET/PUT/POST/DELETE requests
  • Metadata requests
  • Access checks
  • Operations

Contribute or download the RamBaseApiDotNetSdk at github.com, or simply install the NuGet package RamBaseApiDotNetSdk.

We recommend using REST clients such as Postman or Insomnia to make test requests to the RamBase REST APIs using a well-designed visual interface. All you have to do is enter the endpoint’s HTTP method, URL, authentication, parameters, and JSON body to start making requests.