Skip to content

Instantly share code, notes, and snippets.

@MikeLarned
Created May 16, 2012 16:26
Show Gist options
  • Select an option

  • Save MikeLarned/2711884 to your computer and use it in GitHub Desktop.

Select an option

Save MikeLarned/2711884 to your computer and use it in GitHub Desktop.
UrbanAirship CreateTag
public void CreateTag(string tag)
{
Http.Put(GetApiUrl(string.Format("tags/{0}", tag)), WithSecret);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment