Skip to content

Using Your IDE

The ApiLogicServer create command creates API Logic Projects. As shown below, they are standard projects you can open in your IDE.

For more information on opening projects and establishing their Python Execution environment, see Execute an API Logic Project.

 

Use your IDE for API Logic Projects

The ApiLogicServer create command creates an API Logic Project, which you can open in your IDE as shown below. As illustrated in the Tutorial, you can use the expected features of your IDE to customize, run and debug your project:

 

Customize

Customize API Logic Projects using standard IDE Code Editors, including code completion (particularly useful for declaring logic):

 

Run

The ApiLogicServer create command also creates:

  • Launch configurations to run your project, and run tests.
  • Docker files to open your project, and dockerize your project into a container for DockerHub

 

Debug

Utilize IDE Debuggers, including for declarative rules, as described in the Tutorial: