scf-api
v1.4.0
Published
An SCF API Client for NodeJS
Readme
SCF API Client
A library that unifies interaction with SCF API.
Versions
📦 Stable Versions
The Stable versions are released under the latest tag on npm.
These versions are encouraged to be used in production with production API.
The version number reflects how inter-changeable the version is with other versions.
They are named in a x.y.z style, where:
zreflects the updates in the developer experience and the library itself. It is guaranteed that the versions that only differ inzare fully compatible feature-wise and interface-wise. They should only differ in the internal implementations and developer experience.
yreflects the breaking changes in the API methods or the exposed interfaces. By default the versions that differ inyare unlikely to be compatible and you have to ensure that your code uses the updated interfaces correctly.
xis reserved for major breaking changes with the library or API implementations. Versions that differ inxare incompatible.
🔧 Dev Versions
The Dev versions are released under the dev tag on npm.
You are discouraged to use these versions as they are used for implementations of experimental features that could be breaking your code.
Do NOT use dev versions in production setting.
