Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Allow calling API endpoints not in OpenAPI yet #156

Open
ehmicky opened this issue Sep 17, 2020 · 0 comments
Open

Allow calling API endpoints not in OpenAPI yet #156

ehmicky opened this issue Sep 17, 2020 · 0 comments
Labels
affects: cli area: dx medium-priority type: feature code contributing to the implementation of a feature and/or user facing functionality

Comments

@ehmicky
Copy link
Contributor

ehmicky commented Sep 17, 2020

The Netlify OpenAPI specification is missing many endpoints and is often lagging behind. Also, we purposely don't add some endpoints there for features that have not been announced yet.

Because of this, we have refrained from using the js-client in many projects, and prefer to call the Netlify API directly (example). However, the js-client provides with a consistent way to request the Netlify API and parse its response, which we should re-use across projects.

Therefore, we should add a way to call API endpoints that are not in OpenAPI yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects: cli area: dx medium-priority type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

No branches or pull requests

2 participants