Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

AppSharing/casa-receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CASA Receiver Module

Build Status Dependency Status Code Climate

Setup

Install gems via Bundler:

bundle

Run

This module is intended to be run as part of the CASA Engine reference implementation; however, it may also be run directly standalone to query publishers as detailed herein.

To query a manually via the command line:

bundle exec bin/receiver get SERVER_URL

For example, if a publisher resides at http://example.com (publishing payloads under http://example.com/payloads), then the query would be executed as:

bundle exec bin/receiver get http://example.com

If the publisher were to require a secret:

bundle exec bin/receiver get http://example.com --secret=qwerty1

The --output option may be used to specify yaml or none:

bundle exec bin/receiver get http://example.com --output=yaml

The --store option should be used if one wishes to write the result to persistence:

bundle exec bin/receiver get http://example.com --store --output=none

When using --store, you can empty your existing persistence with:

bundle exec bin/receiver reset

Full documentation may be found via help and help COMMAND:

bundle exec bin/receiver help
bundle exec bin/receiver help get
bundle exec bin/receiver help reset

About

Reference implementation of the CASA Protocol Receiver Module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages