Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
hybris-occ-client
Advanced tools
__ __ _ __ _ __
/ /_ __ __ / /_ _____ (_)_____ ____ _____ _____ _____ / /(_)___ ____ / /_
/ __ \ / / / // __ \ / ___// // ___/______ / __ \ / ___// ___/______ / ___// // // _ \ / __ \ / __/
/ / / // /_/ // /_/ // / / /(__ )/_____// /_/ // /__ / /__ /_____// /__ / // // __// / / // /_
/_/ /_/ \__, //_.___//_/ /_//____/ \____/ \___/ \___/ \___//_//_/ \___//_/ /_/ \__/
/____/
A JavaScript Client library crafted for Hybris Commerce OCC API.
This library is distributed on npm
, in order to add it as a dependency, run the following command:
npm install hybris-occ-client --save
import * as hybris from 'hybris-occ-client'
const config = {
basePath: "https://api-example.hybris.com/rest/v2/apparel-uk",
defaultHeaders: {},
timeout: 60000,
cache: true,
enableCookies: false
access_token: your_OAuth_access_token
}
// Override the default instance with your configuration
hybris.ApiClient.instance = new hybris.ApiClient(config)
const client = hybris.ApiClient.instance
You can find the complete documentation for endpoints and models at here
Because Hybris OCC is not public available, you need to have a running instance that you can test against. In the test folder, there is a file example.env.json
that has the example configuration for your environment. Simply create a file env.json
, and fill out the required fields.
Example:
{
"basePath": "https://<Your Hybris Instance>/rest/v2/apparel-uk",
"OAuth": {
"authorizationUrl": "https://<Your Hybris Instance>/authorizationserver/oauth/token",
"client_id": "mobile_android",
"client_secret": "secret",
"grant_type": "client_credentials"
}
}
This project is open sourced and actively maintained by Mobify. We will make an effort to support the library, but we reserve the right to make incompatible changes when necessary.
FAQs
Hybris OCC API JavaScript Client library
The npm package hybris-occ-client receives a total of 0 weekly downloads. As such, hybris-occ-client popularity was classified as not popular.
We found that hybris-occ-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.