This website works better with JavaScript.
首頁
探索
說明
登入
xtnt
/
cljs-fitness-api-lib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Added arcconfig
master
sahabaishakhi
5 年之前
父節點
f3aeb4627b
當前提交
058ae1c9c7
共有
2 個文件被更改
,包括
8 次插入
和
2 次删除
分割檢視
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
查看文件
@@ -0,0 +1,6 @@
{
"phabricator.uri" : "
https://fab.leap-os.com/
",
"repository.callsign" : "FITAPIEXAMPLE"
}
+ 2
- 2
src/cljs/googlefit-api-test/core.cljs
查看文件
@@ -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…
取消
儲存