Skip to content

Instantly share code, notes, and snippets.

View LetMyPeopleCode's full-sized avatar

Greg Bulmash LetMyPeopleCode

View GitHub Profile
@LetMyPeopleCode
LetMyPeopleCode / openapitest.yml
Last active May 25, 2023 20:49
OpenAPI 3.0 definition for Postman ToDo API Quickstart
openapi: 3.0.0
info:
title: My ToDo API
description: Create, read, edit, and complete tasks.
version: 0.1.0
servers:
- url: http://localhost:8080
description: Development server
variables:
port: