Directory of API definitions in OpenAPI(fka Swagger) 2.0 and 3.x formats.
API access to collection: Go! - We also have an RSS Feed
Our goal is to create the most comprehensive, standards-compliant and up-to-date directory of machine-readable API definitions, with the following principles:
If you want to reference this project and you need an icon or even a banner, check our branding guide. If you love our logo, we have a RedBubble store where you can buy official stickers, t-shirts, mugs etc.
The project was started by Ivan Goncharov of APIs.guru, it is now maintained by Mike Ralphson of Mermade Software. Check out our other OpenAPI-related projects.
APIs.guru provide services and consultancy around the GraphQL and OpenAPI specifications and APIs in general.You can contact us at founders@apis.guru / mike.ralphson@gmail.com
All definitions are automatically updated from their original source.You can see this in the x-origin
property within each openapi.yaml or swagger.yaml file.We run our update script at least weekly and automatically revalidate before committing.If you see some APIs are not updated for more than 2 weeks please open an issue.
Do you want an 'own-label' or internal version of the OpenAPI Directory to create your own marketplace or keep track and document both your internal APIs and the external API definitions your organisation depends on? If so contact us now!
Also used as test suite in the following projects:
We discourage you from using Github RAW links or Git directly, the repository structure may change in the future.Instead, we strongly recommend you to use our REST API.
All API definitions contributed to project by authors are covered by the CC01.0 license.
All API definitions acquired from public sources under the Fair use principle.
Some definitions are taken from Open Source projects:
This project exists thanks to all the people who contribute.
See also AsyncAPI-Directory
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor.
Support this project by becoming a partner. Your logo will be displayed prominently in this project and we will work with you to publicise and showcase your projects. Become a partner.
import os import time import json import hashlib import hmac import requests import execjs import uuid import urllib3 import sys # 控制台地址 CONSOLE_ADDRESS = 'https://ip:4433' # Open API ID API_ID = 'xxx
现象: 一段代码: ClassLoader loader = XXXUtil.class.getClassLoader(); String jsFileName = loader.getResource("") + "/resources/" + fileName; logger.info("文件路径为"+jsFileName); 在本地开发测试,完全ok(w
本文整理匯總了Java中com.intellij.openapi.util.io.FileUtil.createDirectory方法的典型用法代碼示例。如果您正苦於以下問題:Java FileUtil.createDirectory方法的具體用法?Java FileUtil.createDirectory怎麽用?Java FileUtil.createDirectory使用的例子?那麽恭喜您,
背景:我是将本地文件夹转化成git仓库,之后报错。 Error: ENOENT: no such file or directory, open ‘E:\目录’ 解决方式:我发现了有一个 git 标记过的文件提醒了我,我在想是不是因为 package-lock.json 文件导致的,在我删掉之后,重新 npm install ,果不其然,他又自动生成了 package-lock.json 文件,问
OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms. It makes no assumptions about the structure of your agent, and is compatible with any numerical computation libr
可以通过 OpenAPI Generator,在给定 OpenAPI 规范(v2, v3)的情况下自动生成 API 客户端库、server stubs、文档以及配置。 目前支持以下语言/框架: Languages/Frameworks API clients ActionScript, Ada, Apex, Bash, C# (.net 2.0, 3.5 or later), C++ (cppre
Build, Validate, Route, Authenticate, and Mock using OpenAPI definitions. OpenAPI Backend is a Framework-agnostic middleware tool for building beautiful APIs with OpenAPI Specification. Features Build
OpenAPI-CodeGen Node.js-based codegen for OpenAPI documents. This project was initially a 24-hour hackathon. The local model adaptor code is entirely original and has been reverse-engineered from the
OpenAPI Specification 的目标是为 REST API 定义一个标准的、与语言无关的接口,允许人和计算机在不访问源代码、文档或通过网络的情况下发现和理解服务的功能。 通过 OpenAPI 的正确定义,消费者可以用最简答的方式理解远程服务并与其交互,消除了调用服务时的猜测。 OpenAPI不需要重写现有的API。它不需要将任何软件绑定到服务,所描述的服务甚至可能不是您的。然而,它要