Microsoft Graph API
Global Microsoft 365 Developer Bootcamp 2019 Tokyo
- What's API
- Microsoft Graph API!
Microsoft Graph API
Global Microsoft 365 Developer Bootcamp 2019 Tokyo
# サイトURLを指定 | |
$webUrl = "http://yamasp2016/sites/es2_20160726" | |
# ページURLを指定 | |
$pageUrl = "Pages/page1.aspx" | |
Add-PSSnapin "Microsoft.SharePoint.PowerShell" | |
#サイトを取得 | |
$web = Get-SPWeb $webUrl | |
#ページ(SPFile)取得 |
""" | |
Download all document links from a web page. | |
Used to extract all the docouments from a Sharepoint document library. | |
by Mike Koss, September, 2009 | |
Notes: | |
9/14/09 mck: | |
Using Beautiful soup version 3.0.7a. The current version (3.1.0.1) is NOT resilient |
""" | |
Download all document links from a web page. | |
Used to extract all the docouments from a Sharepoint document library. | |
by Mike Koss, September, 2009 | |
Notes: | |
9/14/09 mck: | |
Using Beautiful soup version 3.0.7a. The current version (3.1.0.1) is NOT resilient |
#! /usr/bin/env ruby | |
# | |
# ruby upload.rb user pass user/repo file '(description)' | |
# | |
require 'json' | |
if ARGV.size < 4 | |
puts "\nUSAGE: upload.rb [user] [pass] [user/repo] [filepath] ('description')" | |
exit |
require 'octokit' | |
require 'csv' | |
require 'date' | |
# Github credentials to access your private project | |
USERNAME="USER_NAME" | |
PASSWORD="SEKRIT" | |
# Project you want to export issues from | |
USER="REPO_OWNER" | |
PROJECT="REPO_NAME" |
An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
https://home.console.aliyun.com/
https://jp.aliyun.com/campaign/coupon-freetrial
# yum install -y yum-utils
# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>a3rt/a3rt-sdk-js: A3RT SDK for JavaScript</title> | |
<script src="https://code.jquery.com/jquery-2.2.0.min.js" integrity="sha256-ihAoc6M/JPfrIiIeayPE9xjin4UWjsx2mjW/rtmxLM4=" crossorigin="anonymous"></script> | |
<script type="text/javascript" src="C:\a3rt\A3RT_SDK.js"></script> | |
<script> | |
var uploadURL = ""; | |
function removeResult() { |