DalvinCodes / user-login-service

0 stars 0 forks source link

Enhancement: Add Swagger/OpenAPI Specification #8

Open DalvinCodes opened 2 years ago

DalvinCodes commented 2 years ago

An OpenAPI Specification is done at the beginning stages of building APIs/microservices. On my team, we all meet to discuss our contract with the clients who will consume the data our services are providing. This is a great technology to learn, especially as a DevOps engineer.

How does APIs and OpenAPI work: https://www.youtube.com/watch?v=pRS9LRBgjYg

Here's an article describing the benefits of API First Development when working with development teams: https://medium.com/trimble-maps-engineering-blog/api-first-development-and-openapi-835afb46b7f1

DalvinCodes commented 2 years ago

@GTJR900 : Also familiarize yourself with Postman and how we utilize OAS with it. We use this A LOT when we test our APIs. It's critical that you know this as a developer.