Do I have to study web server development to use this webapi?

Asked 2 years ago, Updated 2 years ago, 82 views

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

2022-09-22 18:35

1 Answers

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.


2022-09-22 18:35

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.