codeproducer198 / Runalyze

Continue RUNALYZE 4.3.0 self-hosted.
https://localhost
26 stars 5 forks source link

More Features for RestAPI? #5

Open ThreeCO opened 9 months ago

ThreeCO commented 9 months ago

Hi codeproducer198, thanks for keeping up this great work and enhancing runalyze.

I am quite interested in upgrading the RestAPI with a few more features. Would you like to have the ideas / pull requests?

First Idea: Add Body-Values via RestAPI. I want to export a few data from my iPhone (AppleHealth) via Shortcuts to Runalyze. In general it's working already with slightly modified version of current Controller (not validating the form). It shouldn't be difficult to add this as API-Endpoint as well.

I would just need to dig into Symfony a little as I am struggling how to add a working route 😅