Skip to content

Instantly share code, notes, and snippets.

@Downes
Created December 2, 2018 19:38
Show Gist options
  • Select an option

  • Save Downes/67f969a8588bd2d617beb15469b1cc6e to your computer and use it in GitHub Desktop.

Select an option

Save Downes/67f969a8588bd2d617beb15469b1cc6e to your computer and use it in GitHub Desktop.
Create an instance of the Badgr module
# Initialize Badgr
our $Badgr = gRSShopper::Badgr->new({
badgr_url => $Site->{badgr_url},
badgr_account => $Site->{badgr_account},
badgr_password => $Site->{badgr_password},
badgr_issuerid => $Site->{badgr_issuerid},
secure => 1, # Turns on SSH
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment