This website works better with JavaScript.
Home
Explore
Help
Sign In
xtnt
/
cljs-fitness-api-lib
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added arcconfig
master
sahabaishakhi
5 years ago
parent
f3aeb4627b
commit
058ae1c9c7
2 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
fit.arcconfig
+2
-2
src/cljs/googlefit-api-test/core.cljs
+ 6
- 0
fit.arcconfig
View File
@@ -0,0 +1,6 @@
{
"phabricator.uri" : "
https://fab.leap-os.com/
",
"repository.callsign" : "FITAPIEXAMPLE"
}
+ 2
- 2
src/cljs/googlefit-api-test/core.cljs
View File
@@ -12,7 +12,7 @@
(def xhr (js/XMLHttpRequest.))
(.open xhr "GET" (str "https://www.googleapis.com/fitness/v1/users/me/dataSources"
"access_token="
fragment-string) true)
(.open xhr "GET" (str "https://www.googleapis.com/fitness/v1/users/me/dataSources" fragment-string) true)
(. xhr send)
@@ -42,7 +42,7 @@
(. target appendChild @form)
;; (. form submit)
;; (.
@
form submit)
)
)
Write
Preview
Loading…
Cancel
Save