Skip to content

Instantly share code, notes, and snippets.

@lholmquist
Created October 24, 2013 14:56
Show Gist options
  • Save lholmquist/7138738 to your computer and use it in GitHub Desktop.
Save lholmquist/7138738 to your computer and use it in GitHub Desktop.
var pipeline = AeroGear.Pipeline();
var pipey = pipeline.add( {
name: "pipey",
settings: {
baseURL: "your base URL",
endpoint: "/{pushAppid}/android/{variantId}/"
}
}).pipes.pipey;
pipey.save( "reset", { other stuff } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment