API Dev Workflow with Microsoft .NET and Postman

preview_player
Показать описание
Automatically generate Postman collections, docs, mocks, environments, and API versions for your ASP.NET Core projects!
With Nick Schott, Senior Solutions Engineer | Postman Public workspace for these tools:

0:00 Introduction
1:12 API-First: Spec-First or Code-First?
2:06 .NET and Postman Use Case
3:44 API-First Workflow Pattern Automatons
5:13 Demo - Sample ASP.NET Core App
6:16 Guide - How to set up the Postman automation!
8:50 Demo - Generating assets for net-new API
11:20 Demo - Updating and adding assets for existing API
13:56 Summary
Рекомендации по теме
Комментарии
Автор

Thanks for amazing work and great video, I managed to set up auto import for my fastAPI project. This and the previous videos were very helpful. Could you make another short video on how to integrate this workflow with GitHub actions. I've seen a Postman plugin that could be useful. Running this workflow on each pull request, for example, would be nice.

mpisman
Автор

I'd like to automate the importing of my OpenAPI data into a collection. I'm unsure why you're showcasing this feature between two Postman collections, making it confusing for my specific usecase. How can I automatically (or manually) import the openapi.json from an external URL to my collection?

codybontecou
Автор

Am I right in saying that the collection no longer works with v10 and the update to versioning?

xJamspasticx