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
We have a fully featured JS/Node.js client that implements some of the same 'porcelain' methods that the go client does in addition to the open-api methods.
42
+
43
+
See [github.com/netlify/js-client](https://github.com/netlify/js-client) for more details.
44
+
45
+
#### npm module
38
46
39
47
[![npm version][npm-img]][npm]
40
48
@@ -52,7 +60,7 @@ import spec from '@netlify/open-api' // import the spec object into your project
52
60
53
61
The module also ships a copy of the original `yml` spec file at `@netlify/open-api/js/dist/swagger.yml`. You can use these with generic swagger/open-api clients:
54
62
55
-
#### swagger-js
63
+
#####swagger-js
56
64
57
65
Swagger's JS client can dynamically create a client from a spec either from a URL or spec object.
58
66
@@ -80,6 +88,10 @@ MIT. See [LICENSE](LICENSE) for more details.
0 commit comments