Sha256: c5e0db93c65f5da19bab362e3537d336521b828a196ff6179b45d537c2d4fabf

Contents?: true

Size: 649 Bytes

Versions: 3

Compression:

Stored size: 649 Bytes

Contents

# Upland Mobile Commons Ruby Gem
[![CI Status](https://github.com/controlshift/upland_mobile_commons_rest/actions/workflows/ci.yml/badge.svg)](https://github.com/controlshift/upland_mobile_commons_rest/actions/workflows/ci.yml)

A ruby gem for interacting with the Upland Mobile Commons API.

## Usage

```ruby
client = UplandMobileCommonsRest.new(username: 'user', password: 'password')
# List Campaigns
client.campaigns.list

# create a group
client.groups.create('Chocolate Lovers')

# create/update a profile
client.profiles.update(phone_number: '123-456-7890')

# retrieve a profile by its phone number
client.profiles.get('123-456-7890')
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
upland_mobile_commons_rest-0.3.1 README.md
upland_mobile_commons_rest-0.3.0 README.md
upland_mobile_commons_rest-0.2.0 README.md