Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Example

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:

  1. Create a SQL-Table for your API in the Database
  2. Add your new api in the import-section of the manager.go-file
  3. Add your default Config to defaultConfig.json