SDKs
Twikey fournit et maintient des SDKs officiels qui facilitent l'integration de Twikey dans les applications et systemes d'entreprise. Ces SDKs offrent un moyen fiable et pris en charge pour se connecter a la plateforme Twikey, permettant la gestion automatisee des mandats, le traitement des paiements et le traitement des evenements a travers differentes technologies. L'utilisation des SDKs permet une integration plus rapide tout en restant aligne avec les dernieres fonctionnalites et mises a jour de Twikey.
By default, the Twikey API Docs demonstrate API interaction using cUrl.
You can always select a specific language from the selection above.
# The easiest way to install the Twikey API client is with pip.
pip install twikey-api-python// By far the easiest way to install the Twikey API client is to require it with Composer.
$ composer require twikey/twikey-api-php// Using npm
$ npm install twikey-api-client
// or using yarn
$ yarn add twikey-api-client
// The easiest way to install the Twikey API client is with maven.
<dependency>
<groupId>com.twikey</groupId>
<artifactId>twikey-api-java</artifactId>
<version>{twikey.version}</version>
</dependency>// Using the .NET Core command-line interface (CLI) tools:
dotnet add package TwikeySDK
// Using the NuGet Command Line Interface (CLI):
nuget install TwikeySDK
// Using the Package Manager Console:
Install-Package TwikeySDK