You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
I think methods should remain an internal representation of the OpenAPI specification. Exporting it makes it harder to change that internal representation without introducing breaking changes.
Users that need to know which methods we expose should either:
use Object.keys(NetlifyAPI.prototype)
require @netlify/open-api
There are currently no public repositories that use that exported variable on GitHub, except our own repositories. So we would need to modify it in our repositories, then make a major release.
The text was updated successfully, but these errors were encountered:
I think
methods
should remain an internal representation of the OpenAPI specification. Exporting it makes it harder to change that internal representation without introducing breaking changes.Users that need to know which methods we expose should either:
Object.keys(NetlifyAPI.prototype)
@netlify/open-api
There are currently no public repositories that use that exported variable on GitHub, except our own repositories. So we would need to modify it in our repositories, then make a major release.
The text was updated successfully, but these errors were encountered: