Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Web API / Web API
Search
Kenji Saito
PRO
June 14, 2025
Technology
0
30
Web API / Web API
早稲田大学大学院経営管理研究科「フィンテック ─ 金融革新とインターネット」2025 夏のオンデマンド教材 第11回で使用したスライドです。
Kenji Saito
PRO
June 14, 2025
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
シン・ブロックチェーン / Truth of Blockchain
ks91
PRO
0
61
パスワード/パスフレーズと認証 / Password, Passphrase and Authentication
ks91
PRO
0
27
git と GitHub / git and GitHub
ks91
PRO
0
29
ソフトウェアの開発と保守 / Software Development and Maintenance
ks91
PRO
0
38
インターネットの特徴 / Features of the Internet
ks91
PRO
0
23
インターネットのガバナンス / Governance of the Internet
ks91
PRO
0
22
暗号学的ハッシュ関数 / Cryptographic Hash Function
ks91
PRO
0
30
デジタル署名 / Digital Signature
ks91
PRO
0
27
Web3 のリアリティ / Web3 Reality
ks91
PRO
0
110
Other Decks in Technology
See All in Technology
Azure AI Foundryでマルチエージェントワークフロー
seosoft
0
130
25分で解説する「最小権限の原則」を実現するための AWS「ポリシー」大全 / 20250625-aws-summit-aws-policy
opelab
4
390
比起獨自升級 我更喜歡 DevOps 文化 <3
line_developers_tw
PRO
0
1k
LinkX_GitHubを基点にした_AI時代のプロジェクトマネジメント.pdf
iotcomjpadmin
0
150
Agentic Workflowという選択肢を考える
tkikuchi1002
1
200
2025/6/21 日本学術会議公開シンポジウム発表資料
keisuke198619
2
460
Microsoft Build 2025 技術/製品動向 for Microsoft Startup Tech Community
torumakabe
1
170
Amazon Q Developer for GitHubとAmplify Hosting でサクッとデジタル名刺を作ってみた
kmiya84377
0
3.5k
In Praise of "Normal" Engineers (LDX3)
charity
2
1.1k
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
160
本部長の代わりに提案書レビュー! KDDI営業が毎日使うAIエージェント「A-BOSS」開発秘話
minorun365
PRO
14
2.1k
米国国防総省のDevSecOpsライフサイクルをAWSのセキュリティサービスとOSSで実現
syoshie
2
590
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
Faster Mobile Websites
deanohume
307
31k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Music & Morning Musume
bryan
46
6.6k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Building an army of robots
kneath
306
45k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Documentation Writing (for coders)
carmenintech
71
4.9k
Making Projects Easy
brettharned
116
6.2k
We Have a Design System, Now What?
morganepeng
52
7.6k
Raft: Consensus for Rubyists
vanstee
140
7k
Building Adaptive Systems
keathley
43
2.6k
Transcript
Generated by Stable Diffusion 3.5 — 2025 11 Web API
(WBS) — 2025 11 Web API — 2025-06 – p.1/10
https://speakerdeck.com/ks91/collections/fintech-2025-summer — 2025 11 Web API — 2025-06 – p.2/10
( 20 ) 1 ↑ • 2 ↓ 2025 •
3 • 4 (TCP/IP ) • 5 • 6 • 7 • 8 ↑ • 9 ↓ 2024 ( ) • 10 World Wide Web • 11 Web API • 12 * 13 git GitHub 14 (6/23 ) / (2 ) OK / — 2025 11 Web API — 2025-06 – p.3/10
API API Application Programming Interface Web API HTTP(S) / API
( ) — 2025 11 Web API — 2025-06 – p.4/10
REST (Representational State Transfer) ( ) POST, GET ( ),
PUT, DELETE vs. CRUD (Create/Read/Update/Delete) CRUD URI JSON (JavaScript Object Notation) — 2025 11 Web API — 2025-06 – p.5/10
— HTTPS Demo ( ) $ openssl s_client -connect www.waseda.jp:443
GET / openssl www.google.com:443 GET /search?q=refrigerator — 2025 11 Web API — 2025-06 – p.6/10
REST – ( ) ( ) ( = ) Last
In, First Out POST POST POST GET PUT DELETE — 2025 11 Web API — 2025-06 – p.7/10
$ git clone https://github.com/ks91/sample-web-api.git API (Python3 Flask ) Web API
$ python stack.py README (5 − 2) × (3 + 4) 5 2 − 3 4 + × ( ) API 1∼10 — 2025 11 Web API — 2025-06 – p.8/10
API API ( ) Bitcoin Ethereum Virtual Machine (EVM) —
2025 11 Web API — 2025-06 – p.9/10
— 2025 11 Web API — 2025-06 – p.10/10