简体   繁体   中英

Java code to pull data from a cloud api

How can I get a Java code that pulls data from a given cloud api? Eg: I want to extract my fitbit data(steps walked) from Fitbit cloud and give it as a result in Java program. Is there any Java code to do so?

Thank you in advance

To get data from api you have to make request to it. Here is example how to make HTTP get or post request. EXAMPLE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM