Dfns SDKs
Last updated
Last updated
Dfns is in the process of building a number of SDKs across various language bindings to simplify your development experience. These SDKs wrap our API calls and configure the headers necessary for executing against our authentication service.
Of course, you can always develop directly against the API, but we've found in talking to developers that using an SDK accelerates their development process by obfuscating some of the more nuanced elements - eg. setting .
The Dfns offers utilities to help Typescript developers get Dfns up and running more quickly. It automatically populates all the and implements the cryptography for request signing. This is a full SDK implementation which includes strongly typed function definitions which should enable IntelliSense in an IDE like Visual Studio Code:
See the SDK for a high level overview with detailed examples.
Additionally see these autogenerated detailing classes, methods, and types available.
We've wrapped the native HTTP libs in Go to handle our request signing. You can find the repo .
We've built specific bindings for React Native into the Typescript SDK to help accelerate hybrid mobile development projects predicated on this popular framework. Please see for more details.
For native platform developers, we've created an and an to accelerate the iOS development process.
For developers using this hybrid mobile framework from Google, we have a Dart compatible SDK available .
Have another SDK request? Ping us in slack or email .