Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Fitbit Nutritions API #91

Open
yatharthranjan opened this issue Feb 21, 2022 · 2 comments
Open

Add Support for Fitbit Nutritions API #91

yatharthranjan opened this issue Feb 21, 2022 · 2 comments
Labels
feature roadmap Item on the RADAR-base roadmap

Comments

@yatharthranjan
Copy link
Member

Documentation: https://dev.fitbit.com/build/reference/web-api/nutrition/

@fMurugi
Copy link

fMurugi commented Feb 6, 2023

Hello @yatharthranjan saw this listed on the GSOC 2023 ideas and would like to participate.I was wondering how one would go about this? Thank you.

@yatharthranjan
Copy link
Member Author

Hi @fMurugi, from the above endpoint, we need to pull the data logged by users. So we will only be focussing on GET methods for various logs (Like GET Food Logs).

Further as mentioned in the GSoC proposal, you would need to -

  1. Create avro schemas on https://github.com/RADAR-base/RADAR-Schemas/tree/master/commons/connector/fitbit. See similar schemas for other fitbit endpoint on there to get started. Once this is done, you will be able to generate POJOs to be used in step 2.
  2. Implement new Config, Routes and Converters to pull and store these data types. Check out the implementations for other fitbit data types in the repo for inspiration.

@yatharthranjan yatharthranjan added roadmap Item on the RADAR-base roadmap feature labels Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature roadmap Item on the RADAR-base roadmap
Projects
Status: No status
Development

No branches or pull requests

2 participants