@ridi/cms-sdk
v4.1.4
Published
Ridibooks CMS SDK
Downloads
56
Readme
Ridibooks CMS SDK
Introduction
CMS SDK provides common resources used in RIDI CMS This library uses Apache Thrift for a RPC implementation.
Supporting Languages
For more details, see below links.
For SDK developers
To build a RPC client, you should install Apache Thrift.
# In macOS, you can install easily with homebrew.
brew install thrift
To generate thrift code, please run:
make thrift
CMS-SDK Release steps
- Create
release/{version}
branch. - Update
CHANGELOG.md
. - Update new SDK version in
package.json
&lib/python/setup.py
. - Commit & push all the changes and make a pull request.
- After PR, tag a new release in github. This will release a new version in Packagist.
make -C lib/js release
will release js module.make -C lib/python release
will release python package.