Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please first download a Web Form 2.0 Java SDK by following the description instructions as described in /wiki/spaces/AAPD/pages/3224272928 and choosing “java” as the target language.

A standalone Java project is generated that can be built with either Gradle or Maven. You can either build the project and include the created jar file as a dependency in your application or directly copy out the generated code into your application.

Info

The code examples in this chapter assume that you used the “Download SDK” button to generate the SDK and chose the V2 API version. By doing so, the generator runs with the default options, using OkHttp as the HTTP client library and GSON as the serialization library.
If you used the finAPI SDK Generator instead to customize SDK generation, you may end up with a different SDK structure and divergent Java code, especially if you change the library parameter. The code examples should still be helpful for you, even though you may need to adjust them.

...

Info

The following examples are reduced to the necessary minimum to help you get easily started with the SDK. However, for a productive production application, more topics need to be considered. Please refer to the https://finapi.jira.com/wiki/spaces/FWFPD/pages/3324018693/Web+Form+2.0+Java+SDK+usage#Advanced-topics section for this.

...