2022

Page tree

Versions Compared

Key

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

Now we will discuss the steps for creating a new "Hello World" AppCodeApiCode. In this example we want to demonstrate how to create one AppCode ApiCode implementation from scratch. This AppCode ApiCode class which we are talking about, we will be able to demonstrate the operations which we need to implement as a part of the AppCode ApiCode implementation.

The HelloWorld implementation class will take the input data as a list of HelloParameter objects and will print it out by prefixing "Hello" to it. The Read operation on it will return an array of pre-defined HelloParameters with their data 

...