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
600
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
300
Other Decks in Programming
See All in Programming
Testing Trophyは叫ばない
toms74209200
0
850
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
440
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
320
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
120
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
100
複雑なドメインに挑む.pdf
yukisakai1225
5
1.1k
Navigating Dependency Injection with Metro
zacsweers
3
230
為你自己學 Python - 冷知識篇
eddie
1
350
Design Foundational Data Engineering Observability
sucitw
3
190
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
290
時間軸から考えるTerraformを使う理由と留意点
fufuhu
15
4.6k
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
840
Featured
See All Featured
Bash Introduction
62gerente
615
210k
GitHub's CSS Performance
jonrohan
1032
460k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Automating Front-end Workflow
addyosmani
1370
200k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Done Done
chrislema
185
16k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
How to train your dragon (web standard)
notwaldorf
96
6.2k
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