.au audio/basic
.avi video/msvideo, video/avi, video/x-msvideo
.bmp image/bmp
.bz2 application/x-bzip2
Azure AD Graph API - INIT | |
request_id = str(uuid.uuid4()) | |
# url = 'https://graph.windows.net/{0}/{resource-path}?[query-parameters]' | |
url = 'https://graph.microsoft.com/me?v1.0' | |
tenant = 'lnodev.onmicrosoft.com' | |
headers = { | |
'User-Agent': 'python_tutorial/1.0', | |
'Accept': 'application/json', |
/** | |
* Require Browsersync | |
*/ | |
var browserSync = require('browser-sync'); | |
/** | |
* Run Browsersync with server config | |
*/ | |
browserSync({ | |
browser: [ |
<link rel="import" href="../topeka-elements/theme.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-app.html"> | |
<link rel="import" href="../topeka-elements/topeka-datasource.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |
<link rel="import" href="../topeka-elements/theme.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-app.html"> | |
<link rel="import" href="../topeka-elements/topeka-datasource.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |