EmperorJesus / openapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asana's OpenAPI Specifications

This repository contains the OpenAPI Specification for Asana's APIs.

To learn more about Asana's APIs, visit our developer documentation.

Setup

Install dependencies:

make setup

Usage

To build (i.e., update) the OpenAPI specifications for the REST API (./defs/asana_oas.yaml) and for app components (./defs/app_components_oas.yaml), create a new branch and run the following:

./bin/build_spec.sh

Then, create a pull request with the new specifications.

About


Languages

Language:Python 76.3%Language:Shell 14.3%Language:Makefile 9.4%