Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

product-aggregator-rb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

product-aggregator-rb

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Product Aggregator Ruby CLient

Description

A ruby gem to access Bukalapak's product detail

Owner

CORE

Contact and On-Call Information

CORE

Prerequisite

  • Ruby 2.3.0 or later

Development

  • Install gem

    gem install product-aggregator-rb
    

    or Using Gemfile

    gem 'product-aggregator-rb'
    
  • Initate new configuration

    require 'product-aggregator-rb'
    
    ProductAggregator.configure do |t|
      t.host = 'http://localhost:1234'
      t.user = 'user'
      t.password = 'password'
    end
    
  • Call the function

    Get product by id and database origin ('readonly' or 'master'):

    ProductAggregator::Connection.get_product(123, 'readonly')
    

On-Call Runbooks

refer to Core Team Wiki or contact core@bukalapak.com

FAQ

FAQs

Package last updated on 30 Jul 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc