Socket
Socket
Sign inDemoInstall

google-discovery-to-swagger

Package Overview
Dependencies
87
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "google-discovery-to-swagger",
"version": "1.0.0",
"version": "1.0.1",
"description": "Script for converting Google Discovery format into Swagger 2.0",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -9,10 +9,16 @@ # google-discovery-to-swagger

## Installation
## Usage
```
npm install --save google-discovery-to-swagger
```
If you need to convert some APIs from Google Discovery service I have good news for you, it is already [done](https://github.com/APIs-guru/api-models/tree/master/APIs/googleapis.com) :smile:
## Usage
I've developed this lib as part of my main project: [APIs.guru](https://github.com/APIs-guru/api-models) - Wikipedia for Web APIs.
**IMPORTANT**: don't use Github RAW links because they are subjects to change.
Instead you can find direct links for any particular API in [this list](https://apis-guru.github.io/api-models/).
All Swagger specs are updated, validated and fixed on daily basis.
If you have non-Google API document in this format please consider adding it to the collection: just open an [issue](https://github.com/APIs-guru/api-models/issues/new) with link to it.
If it is **internal** API you can use [api-spec-converter](https://github.com/lucybot/api-spec-converter) tool to do convertion for you.
## Credits

@@ -19,0 +25,0 @@ [Ivan Goncharov](https://github.com/IvanGoncharov/)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc