Project

podiocrm

0.0
No commit activity in last 3 years
No release in over 3 years
This module allows linking to a Podio CRM
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 4.3.1
>= 2.1.4
~> 2.0.1
>= 3.1.0
~> 3.12
>= 3.1.0
>= 3.1.0
>= 3.5.0
>= 0.9.1
>= 1.3.10

Runtime

>= 0
 Project Readme

Build Status Gem Version

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