casudo / Kickbase-Insights

This project is a used to gather data from Kickbase API endpoint and automate various interactions. The data is visualized in a GUI.
https://k1da.de
MIT License
7 stars 0 forks source link

Update API to v4 #21

Open casudo opened 20 hours ago

casudo commented 20 hours ago

Kickbase deprecated all API endpoints prior to v4 and therefore added a lot of new ones in v4.

In typical Kickbase style, they couldn't name the response parameters in human readable text but rather in egypt hyroglyphs...

phenze commented 9 hours ago

Yeah that is really annoying. If you need any help maybe my changes can help. Workes some hours on it yesterday.

Take a look here: https://github.com/phenze/kickbase-calculator/pull/6

CRLgitrep commented 1 hour ago

I've added some endpoints I found to be working there: https://github.com/phenze/kickbase-calculator/pull/6

casudo commented 1 hour ago

Thanks your help guys! I've a whole Postman collection of all new endpoints, just need to implement them one-by-one in the code.

Can't give an ETA yet since I haven't got that much free time right now.