소스 검색

Added arcconfig

master
sahabaishakhi 5 년 전
부모
커밋
058ae1c9c7
2개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. +6
    -0
      fit.arcconfig
  2. +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)
)
)



불러오는 중...
취소
저장