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

bemyguest_sdk

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemyguest_sdk

  • 1.0
  • Rubygems
  • Socket score

Version published
Maintainers
4
Created
Source

BeMyGuestApiv1

This API SDK was automatically generated by APIMATIC v2.0

How To Configure:

The generated code might need to be configured with your API credentials. To do that, provide the credentials and configuration values as a constructor parameters for the controllers

How To Build:

The generated code uses a Ruby gem namely 'unirest'. The reference to this gem is already added in the gemspec. Therefore, you will need internet access to resolve this dependency.

How To Use:

The generated code can be used to build gem, which can then be distributed online. Otherwise, you can include the generated code in your project to use directly.

Use the following steps to build a gem and use locally

1. Run the build command
    ```
    gem build be_my_guest_apiv_1.gemspec
    ```

2. Run the install command  
    ```
    gem install ./be_my_guest_apiv_1-1.0.gem
    ```

3. In your Gemfile add this line
    ```
    gem 'be_my_guest_apiv_1', '~> 1.0'
    ```

4. Now create an instance and use the instance methods, like following.

    ```
    ctl = BeMyGuestApiv1::ConfigController.new params
    ctl.get_retrieve_config params
    ```

FAQs

Package last updated on 05 May 2016

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