05-18-2018 04:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-18-2018 04:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've gone through dev.fitbit.com docs and can't seem to find the answer. Is there a Java SDK for making Web API calls? If there isn't, is there an official JSON Schema for the Web API?
thanks

05-18-2018 12:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-18-2018 12:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
The Web API docs are here https://dev.fitbit.com/build/reference/web-api/
It includes the API explorer https://dev.fitbit.com/build/reference/web-api/explore/

05-22-2018 13:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
05-22-2018 13:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Moved to Web API forum.

05-22-2018 14:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-22-2018 14:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
the explorer is useful, but having a JSON schema would make life easier. I was going to write a library for android and put it up on github, but honestly the poor documentation is giving me second thoughts. I see the old fitbit4j is deprecated and it doesn't match the latest web api. it can't be that hard to publish a JSON schema.

