Added API to allow integration with 3rd-party apps

Only GET method is supported at the moment. I’m going to add POST, PUT and DELETE methods so you can manipulate with data too.

Just one thing. As you can see, the data structure is quite messy and has a lot of baggage from the past. I need to go through each object and make sure only attributes which are actually in-use are visible. This sanitizing process will take a few months but will add POST, PUT and DELETE much sooner. Possibly still this month.

1 Like