IDE Lessons

IDE lessons require a Java IDE (Intellij or Eclipse). In addition, you need to clone this repo https://github.com/trilloapps/trillo-tutorial. It will install a few things such as:

  1. Java SDK library.

  2. A main executor program to run a function in the local IDE.

Each API runs against a Trillo Workbench instance running in the cloud. Therefore you will need the following information.

  1. URL of a Trillo Workbench instance deployed by you in your virtual private cloud (VPC). Alternatively, it may be provided by Trillo.

  2. User id and password to login to the Trillo Workbench. These will be used to login using UI. It will also be used to obtain access-token for APIs (called by functions running in IDE).

Last updated