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
PostmanでAPIの動作確認が楽になった話
Search
Toshimasa Hashiguchi
April 17, 2024
Programming
0
550
PostmanでAPIの動作確認が楽になった話
手動で行っていたAPIの動作確認をPostmanとGitHub Actionsで自動化したら、開発がめちゃくちゃ楽になった話です。
Toshimasa Hashiguchi
April 17, 2024
Tweet
Share
More Decks by Toshimasa Hashiguchi
See All by Toshimasa Hashiguchi
ASP.NET Core の OpenAPIサポート
h455h1
0
200
Other Decks in Programming
See All in Programming
Introduction to C Extensions
sylph01
3
130
若手バックエンドエンジニアが Elasticsearch を使ってみた話
hott0mott0
1
100
Jakarta EE meets AI
ivargrimstad
0
860
The Clean ArchitectureがWebフロントエンドでしっくりこないのは何故か / Why The Clean Architecture does not fit with Web Frontend
twada
PRO
62
21k
[JAWS DAYS 2025] 最近の DB の競合解決の仕組みが分かった気になってみた
maroon1st
0
200
5分で理解する SOLID 原則 #phpcon_nagoya
shogogg
1
430
もう少しテストを書きたいんじゃ〜 #phpstudy
o0h
PRO
21
4.4k
iOSでQRコード生成奮闘記
ktcryomm
2
150
AWS Step Functions は CDK で書こう!
konokenj
5
940
Kotlinの開発でも AIをいい感じに使いたい / Making the Most of AI in Kotlin Development
kohii00
5
2.1k
AIレビュー導入によるCIツールとの共存と最適化
kamo26sima
1
1.2k
自力でTTSモデルを作った話
zgock999
0
140
Featured
See All Featured
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Being A Developer After 40
akosma
89
590k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
YesSQL, Process and Tooling at Scale
rocio
172
14k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
BBQ
matthewcrist
87
9.5k
The World Runs on Bad Software
bkeepers
PRO
67
11k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
The Invisible Side of Design
smashingmag
299
50k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Transcript
PostmanでAPIの動作確認が楽になった話 Hassy
Hassy(はっしー) ❏ 株式会社 オルターブース ❏ Webアプリケーションエンジニア ❏ 主な技術領域:C#、.NET、Azure、GitHub ❏ Azure
Solutions Architect Expert ❏ Senior Virtual Reality Specialist X: @h455h1
API動作確認どうしてますか? ❏ Postman ❏ curl ❏ Swagger
今までの動作確認 APIの実装 動作確認 ポチ ポチ ポチ ポチ ポチ ポチ 手動で動作確認
ポチ ポチ ポチ ポチ ポチ ポチ ポチ ポチ
New 動作確認 APIの実装 自動で動作確認
Tests Postbotでテストが 簡単に書ける!
Run collection リクエストまとめて実 行できる!
Postman CLI と CI/CD
GitHub Actions 簡単に組み込める!
Postman Advent Calendar 2023 Postman × GitHub Actions でWebAPIのテスト を自動化しよう!
#@Postman - Qiita
PostmanでAPIの動作確認が楽になった話 Hassy