Coder Social home page Coder Social logo

apis-guru / unofficial_openapi_specs Goto Github PK

View Code? Open in Web Editor NEW
31.0 5.0 18.0 331 KB

Unofficial OpenAPI/Swagger specs for popular APIs

Home Page: https://apis.guru/openapi-directory

License: MIT License

JavaScript 100.00%
openapi openapi-specification openapi-spec swagger

unofficial_openapi_specs's Introduction

unofficial_openapi_specs

Unofficial OpenAPI/Swagger specs for popular APIs

unofficial_openapi_specs's People

Contributors

ivangoncharov avatar leko avatar mikeralphson avatar pimterry avatar pkshreeman avatar rbren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

unofficial_openapi_specs's Issues

Out of date source version of Trello OpenAPI spec

The file in this repository (current master) is at:
https://github.com/APIs-guru/unofficial_openapi_specs/blob/4c18c8f00279ffecb90c1439da0a1d8b8dc090b1/trello.com/1.0/swagger.yaml

it seems to be out of date with the version published at https://api.apis.guru/v2/specs/trello.com/1.0/openapi.yaml

Also, I see that trello/atlassian have posted this in their docs: https://developer.atlassian.com/cloud/trello/swagger.v3.json

Screenshot 2022-08-27 at 11 07 17

Is this the same? Should we update the source in this github repo?

Back-ref to the discussion that brought me here on the Trello dev discourse: https://community.developer.atlassian.com/t/machine-readable-description-of-rest-api

Trello securityDefinitions etc

Moving issue to relevant repo.

@bobby-brennan wrote

Would suggest moving the Trello spec to unofficial-api-specs as the original doesn't seem to be maintained. If you do I'll submit a PR there.
OAuth2 definition should be removed as Trello only supports OAuth1
api_key name should be key
should also have api_token as both key and token are needed
Correct secDefs:

{
  "securityDefinitions": {
    "api_key": {
      "in": "header",
      "name": "key",
      "type": "apiKey"
    },
    "api_token": {
      "type": "apiKey",
      "in": "query",
      "name": "token"
    }
  }
}

Defaults in Trello getBatch are 'undefined'

e.g.

  /batch:
    get:
      operationId: getBatch
      parameters:
        - default: undefined
          description: 'list of API v1 GET routes, not including the version prefix'
          in: query
          name: urls
          required: true
          type: string

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.