README
Be advised: this project is currently at Major version zero. Per the semantic versioning spec: "Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable."
React SDK for opctl
Supported runtimes
This library is isomorphic & should be consumable from either nodejs or web browsers.
Installation
npm install --save @opctl/sdk-react
Typescript
This library is written in typescript. The package published to NPM targets ES2015 and includes type declarations.
Usage
API client
import Op from '@opctl/sdk-react/lib/Op'
Support
join us on or open an issue
Releases
releases are versioned according to and tagged; see CHANGELOG.md for release notes
Contributing
see CONTRIBUTING.md