Socket
Book a DemoInstallSign in
Socket

@ridi/cms-sdk

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ridi/cms-sdk

Ridibooks CMS SDK

latest
Source
npmnpm
Version
4.1.4
Version published
Weekly downloads
4
Maintainers
9
Weekly downloads
 
Created
Source

Ridibooks CMS SDK

Packagist

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.

  • PHP
  • JS
  • Python

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.

Keywords

javascript

FAQs

Package last updated on 10 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts