1 Introduction

API Toolkit is a tool to generate new services as per the product framework. Users having host APIs for core banking can now generate their respective channel APIs.

It takes a JSON file as an input that includes various fields, methods and other details pertaining to the service to be created. The JSON carries set of keys whose values has to be provided by the user. On the basis of the JSON input provided, the tool :

  • generates source code.
  • compiles and packages it into relevant jar and war files.
  • generates various database scripts required for the functioning of the services.