Code Monkey home page Code Monkey logo

kyc-java-client's Introduction

KYC Java Client Build Status

Overview

The client classes are generated by swagger-codegen, we added unit tests, example tests and a helper class to help you consume the KYC API.

Requirements

Building the API client library requires Maven to be installed.

Installation

To install the API client library to your local Maven repository, simply execute:

mvn install

Test

Maven users

Add this dependency to your project's POM:

<dependency>
    <groupId>com.swift.kyc</groupId>
    <artifactId>java-client</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope>
</dependency>

Others

At first generate the JAR by executing:

mvn package

Then manually install the following JARs:

  • target/java-client-1.0.0.jar

Example for API Endpoints

All URIs are relative to https://sandbox.swift.com/kyc/v1

Class Method HTTP request Description
ConsumptionApi counterpartiesMyGet GET /entities/counterparty Get My Counterparties
ConsumptionApi entitiesMyGet GET /entities/my Get My Entities

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

Bearer

Recommendation

It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issues.

Author

[email protected]

kyc-java-client's People

Contributors

mdmollah avatar yinchanted avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.