Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is deprecated. For an example of accessing the authenticated REST API using Oauth, see oauth-api-example. Or avoid Oauth entirely and use API keys.

controlshift-oauth-example

Very, very, simple example code for using OAuth API from ruby

Usage

Use .env.sample as a template for creating a .env file with the appropriate values for your ControlShift application.

bundle install
ruby example.rb

Follow the prompts to convert the authorization code into a token that can be used to consume the API.

If everything is working correctly, should get back a response like this:

{"organisation"=>{"slug"=>"foo", "petitions_count"=>3, "signatures_count"=>4, "blast_emails_count"=>0, "members_count"=>5}}

About

Example Code for using OAuth API from ruby

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages