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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Eddie Zaneski
July 12, 2019
Technology
0
51
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
110
A Gentle Introduction to Kubernetes
eddiezane
1
190
Docker Is the New Package Manager: Making Local Development a Breeze
eddiezane
0
170
[KubeCon EU 2019] From New Cluster to Insight: Deploying Monitoring and Logging to Kubernetes
eddiezane
0
77
From New Cluster to Insight. Deploying Monitoring and Logging to Kubernetes
eddiezane
0
100
Creating a Terraform Provider for Just About Anything
eddiezane
0
110
Keeping The Opening Ceremony Cool
eddiezane
0
90
SBHS Hackathon
eddiezane
0
190
Surviving Your First Hackathon
eddiezane
0
66
Other Decks in Technology
See All in Technology
社内ワークショップで終わらせない 業務改善AIエージェント開発
lycorptech_jp
PRO
1
440
競争優位を生み出す戦略的内製開発の実践技法
masuda220
PRO
2
520
AIエージェントで変わる開発プロセス ― レビューボトルネックからの脱却
lycorptech_jp
PRO
2
830
[続・営業向け 誰でも話せるOCI セールストーク] AWSよりOCIの優位性が分からない編(2026年2月20日開催)
oracle4engineer
PRO
0
150
APMの世界から見るOpenTelemetryのTraceの世界 / OpenTelemetry in the Java
soudai
PRO
0
220
AI Agentにおける評価指標とAgent GPA
tsho
1
260
Interop Tokyo 2025 ShowNet Team Memberで学んだSRv6を基礎から丁寧に
miyukichi_ospf
0
280
組織のSREを推進するためのPlatform EngineeringとEKS / Platform Engineering and EKS to drive SRE in your organization
chmikata
0
170
1 年間の育休から時短勤務で復帰した私が、 AI を駆使して立ち上がりを早めた話
lycorptech_jp
PRO
0
200
ヘルシーSRE
tk3fftk
2
220
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
AI が Approve する開発フロー / How AI Reviewers Accelerate Our Development
zaimy
1
250
Featured
See All Featured
A better future with KSS
kneath
240
18k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
260
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
How to Think Like a Performance Engineer
csswizardry
28
2.5k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
220
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
250
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
GitHub's CSS Performance
jonrohan
1032
470k
Navigating Team Friction
lara
192
16k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.7k
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
So, you think you're a good person
axbom
PRO
2
1.9k
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