Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
xtnt
/
cljs-fitness-api-lib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Added arcconfig
master
sahabaishakhi
hace 5 años
padre
f3aeb4627b
commit
058ae1c9c7
Se han
modificado 2 ficheros
con
8 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
fit.arcconfig
+2
-2
src/cljs/googlefit-api-test/core.cljs
+ 6
- 0
fit.arcconfig
Ver fichero
@@ -0,0 +1,6 @@
{
"phabricator.uri" : "
https://fab.leap-os.com/
",
"repository.callsign" : "FITAPIEXAMPLE"
}
+ 2
- 2
src/cljs/googlefit-api-test/core.cljs
Ver fichero
@@ -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)
)
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar