Open API specification of Netlify's API
JavaScript Go CSS Other
Latest commit 959ad8e Dec 10, 2016 @calavera calavera committed on GitHub Merge pull request #13 from netlify/fix_trying_to_upload_zero_files
Do not try to upload 0 files.

README.md

Introduction

This repository contains Netlify's API definition in the Open API format, formerly known as Swagger.

It's still a work in progress and we welcome feedback and contributions.

Installation

We use go-swagger to validate our spec against the 2.0 spec of Open API.

To download the toolchain follow the installation instructions in that repository. You'll need to have Go installed.

Spec validation

You can run this command to validate the spec:

make validate

Code generation

Currently, we're generating client code for Go, but we're planning on releasing libraries in any language that can generate code from the spec.

You can use this command to generate the Go client:

make generate

Explore API

Go to https://open-api.netlify.com to explore the spec definitions using Open-Api's UI.

License

MIT. See LICENSE for more details.