The go-code found here is a 'skeleton'-code to be used for adding new APIs. Just do the tasks marked with TODO in the code.
Additionally you just have to complete the following steps:
- Create a SQL-Table for your API in the Database
- Add your new api in the import-section of the manager.go-file
- Add your default Config to defaultConfig.json