Coder Social home page Coder Social logo

mchitten / openapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from digitalocean/openapi

0.0 0.0 0.0 1.57 MB

The OpenAPI v3 specification for DigitalOcean's public API.

Home Page: https://docs.digitalocean.com/reference/api/api-reference/

License: Apache License 2.0

JavaScript 53.68% Makefile 19.75% HTML 26.57%

openapi's Introduction

DigitalOcean OpenAPI Specification

Spec Main Status

The OpenAPI v3 specification for DigitalOcean's public API v2.

What is OpenAPI?

From the OpenAPI Specification:

The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic.

An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.

Project Status

The DigitalOcean OpenAPI Specification is currently in Early Availability. While the specification should be accurate, it is under active development. The structure of this repository may continue to evolve. If you encounter any inaccuracies or have feedback on how it can better suite your use case, please open an issue to let us know.

Specification

This repository contains the source files used to compile the specification. On each merge to main, a bundled version is generated containing the entire specification. A documentation preview using Redoc is also provided.

Spec Download Docs Preview

Postman Collection

In order to generate a collection that may be imported to Postman, run:

make collection

The results can be found in tests/postman.json.

Development

To generate a bundled version of the specification locally, run:

make bundle

To preview the documentation locally, run:

make preview

The documentation will be available at: http://127.0.0.1:8080

For more details on our development process and the structure of this repository, see CONTRIBUTING.md.

License

This specification is licensed under the Apache License 2.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.