New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

podiocrm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

podiocrm

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status

This gem creates a class which mirrors the CRM created on Podio.

Podio requires a client_id and secret for access, these can be set using the environment variables: PODIO_CID and PODIO_SECRET

Currently only works with username/password authentication, set the environment variables: PODIO_USERNAME and PODIO_PASSWORD

Installation

rails g podio_crm:install

Generate Model and Migration

rails g podio_crm:model <NAME> <APP_ID> <MODEL IT BELONGS_TO>

Expert Use

This is the expert mode, this only generates a migration.

rails g podio_crm:podio_crm <NAME> <APP_ID> <FIELD_ID>:<TYPE> <MODEL>:belongs_to

FAQs

Package last updated on 28 Nov 2014

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