Skip to content

Instantly share code, notes, and snippets.

View NPCdotcom's full-sized avatar

NPCdotcom

  • Joined Nov 1, 2025
View GitHub Profile
@NPCdotcom
NPCdotcom / openapi.json
Last active November 1, 2025 09:05
OpenAPI
{
"openapi": "3.1.0",
"info": {
"title": "Python Project API",
"description": "Pythonプロジェクト用のAPI仕様",
"version": "1.0.0"
},
"servers": [
{
"url": "https://api.apidog.com",