DOC

me.figo : sdk

Maven & Gradle

Nov 27, 2019
1 usages
18 stars

Figo Java SDK · This SDK eases the development of Java applications and web services consuming the figo connect API. Figo connect allows developers simple access to users bank data on a trustworthy basis. Users can grant your application access to certain parts of their bank accounts and you can access them without worrying about the inner workings of online banking.

Table Of Contents

Latest Version

Download me.figo : sdk Javadoc & API Documentation - Latest Versions:

All Versions

Download me.figo : sdk Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.0.x
3.2.x
3.1.x
3.0.x
1.5.x
1.4.x
1.4
1.3.x
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file sdk-4.0.16-javadoc.jar to sdk-4.0.16-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sdk-4.0.16-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sdk-4.0.16-sources.jar" -d "sdk-4.0.16-javadoc" -subpackages 

Advertisement