...
Now open the “Jobs” app in FIN and click on “Create New”
Use the following configuration to create a new job that runs once a year and creates the schedule for the next year
you can then click on “Run” to run the job for the first time
If you want this function to run on a specific day (example: the 31st of December), you should use Tasks combined with a Scheduler Observable.
Wrap up
This is an example of how to build a REST client in Fantom, implement some APIs, transform and use the data obtained. There is much more that can be done. The suggestion is to consult the documentation of the Fantom language and the Skyspark docs:
...