diff options
| author | Teddy Wing | 2014-06-08 12:19:48 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2014-06-08 12:19:48 -0400 | 
| commit | bf52bc3a520bff96be32cfb815738660a607f3ab (patch) | |
| tree | 2752aedad137cc8763c3b9e19372ab9bac444afd /fancy_bear/contextio.rb | |
| parent | b41ddb4aa9944057d4dfee5a4b9662dc8326d124 (diff) | |
| download | sellevate-bf52bc3a520bff96be32cfb815738660a607f3ab.tar.bz2 | |
Create JSON route for message list
Create a route to get a list of messages in JSON, tied to a hard-coded
email account for now.
Diffstat (limited to 'fancy_bear/contextio.rb')
| -rw-r--r-- | fancy_bear/contextio.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fancy_bear/contextio.rb b/fancy_bear/contextio.rb index a7198e1..2750755 100644 --- a/fancy_bear/contextio.rb +++ b/fancy_bear/contextio.rb @@ -2,6 +2,7 @@ require_relative 'contextio/config'  require_relative 'contextio/base'  require_relative 'contextio/auth'  require_relative 'contextio/label' +require_relative 'contextio/message'  module FancyBear    module ContextIO | 
