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
Turing API Workshop
Search
Eddie Zaneski
July 12, 2019
Technology
0
38
Turing API Workshop
Eddie Zaneski
July 12, 2019
Tweet
Share
More Decks by Eddie Zaneski
See All by Eddie Zaneski
Kubernetes: The Operating System for the Cloud
eddiezane
0
91
A Gentle Introduction to Kubernetes
eddiezane
1
170
Docker Is the New Package Manager: Making Local Development a Breeze
eddiezane
0
160
[KubeCon EU 2019] From New Cluster to Insight: Deploying Monitoring and Logging to Kubernetes
eddiezane
0
61
From New Cluster to Insight. Deploying Monitoring and Logging to Kubernetes
eddiezane
0
80
Creating a Terraform Provider for Just About Anything
eddiezane
0
96
Keeping The Opening Ceremony Cool
eddiezane
0
80
SBHS Hackathon
eddiezane
0
160
Surviving Your First Hackathon
eddiezane
0
57
Other Decks in Technology
See All in Technology
【あのMCPって、どんな処理してるの?】 AWS CDKでの開発で便利なAWS MCP Servers特集
yoshimi0227
6
930
三視点LLMによる複数観点レビュー
mhlyc
0
210
マルチプロダクト環境におけるSREの役割 / SRE NEXT 2025 lunch session
sugamasao
1
720
ビジネス職が分析も担う事業部制組織でのデータ活用の仕組みづくり / Enabling Data Analytics in Business-Led Divisional Organizations
zaimy
1
370
「現場で活躍するAIエージェント」を実現するチームと開発プロセス
tkikuchi1002
2
110
NewSQLや分散データベースを支えるRaftの仕組み - 仕組みを理解して知る得意不得意
hacomono
PRO
3
230
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
18k
クラウド開発の舞台裏とSRE文化の醸成 / SRE NEXT 2025 Lunch Session
kazeburo
1
580
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.2k
LIXIL基幹システム刷新に立ち向かう技術的アプローチについて
tsukuha
1
360
「Chatwork」のEKS環境を支えるhelmfileを使用したマニフェスト管理術
hanayo04
1
390
LLM拡張解体新書/llm-extension-deep-dive
oracle4engineer
PRO
23
5.7k
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
For a Future-Friendly Web
brad_frost
179
9.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
700
Done Done
chrislema
184
16k
It's Worth the Effort
3n
185
28k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Transcript
digitalocean.com Turing School API Workshop Eddie Zaneski @eddiezane
None
digitalocean.com What is an API?
digitalocean.com Export Functionality
digitalocean.com HTTP
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g * Connected to api.giphy.com (151.101.186.2) port 443 (#0)
> GET /v1/gifs/random?api_key=dc6zaTOxFJmzC HTTP/2 > Host: api.giphy.com > User-Agent: curl/7.58.0 > Accept: */* < HTTP/2 200 < content-type: application/json … < {"data":{"type":"gif",...
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g
digitalocean.com https://
digitalocean.com https:// Scheme
digitalocean.com https://api.giphy.com
digitalocean.com https://api.giphy.com Hostname
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g Path
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g Query
digitalocean.com https://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC&rating=g Query Path Scheme Hostname
digitalocean.com What is REST?
digitalocean.com Resources
digitalocean.com Examples of Web API's?
digitalocean.com
digitalocean.com GraphQL
digitalocean.com gRPC
Thanks! @eddiezane