I tried to make an Android application and get the price using the app provided by a place called Fitbit!!!
The APi is webapi...
This is the APi site https://dev.fitbit.com/build/reference/web-api/
That's where I'm actually going to use it. https://dev.fitbit.com/build/reference/web-api/sleep/
I've never touched the web before, so I don't know
If I use this webapi, is it for server development?
And if you use http library on Android based on the server you developed
Can I get the price??
Oh, come to think of it, I've tried following the tutorial using python janggo!
web
The server that provides the data is made by Fitbit as follows. If you have a question, you can use the data provided below to develop Android.
https://api.fitbit.com/*
Server development refers to the case of using the API provided by Fitbit to process data, for example, developing an API server as follows.
https://api.myserver.com/*
If so, you can use a separate API instead of using Fitbit API directly on Android.
© 2024 OneMinuteCode. All rights reserved.