keycloak-scim/examples/js-google/kinvey.html
2013-10-18 19:17:11 +01:00

13 lines
219 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.0.3.js"></script>
</head>
<body>
<script>
$.ajax('https://baas.kinvey.com/appdata/kid_PVD-jo1HqO');
</script>
</body>
</html>