Created
March 10, 2010 01:46
-
-
Save Cyb3rNet/327394 to your computer and use it in GitHub Desktop.
github delete repo XML API request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ curl -F 'login=Cyb3rNet' -F 'token=XXX' http://github.com/api/v2/xml/repos/delete/TestREPOAPI | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> | |
| <title>GitHub - Server Error</title> | |
| <link href="http://github.com/stylesheets/bundle_common.css" media="screen" rel="stylesheet" type="text/css" /> | |
| <link href="http://github.com/stylesheets/bundle_github.css" media="screen" rel="stylesheet" type="text/css" /> | |
| </head> | |
| <body> | |
| <div id="main"> | |
| <div id="header" class="basic"> | |
| <div class="site"> | |
| <div class="logo"> | |
| <a href="/"><img src="/images/modules/header/logov3.png" alt="git-hub" /></a> | |
| </div> | |
| <div class="actions"> | |
| <a href="/">home</a> | |
| <a href="/login">login</a> | |
| <a href="/signup">signup!</a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="site"> | |
| <div id="errornew" class="standard"> | |
| <img src="/images/error/octocat_sad.gif" alt="Octocat is sad" /> | |
| <h1>There was a problem serving the requested page.</h1> | |
| <p> | |
| Usually this means that an unexpected error happened while<br /> | |
| processing your request. Here's what you can try next: | |
| </p> | |
| <ul> | |
| <li> | |
| <a href="javascript: window.location.reload()">Refresh the page,</a> | |
| the problem may be temporary. | |
| </li> | |
| <li> | |
| If the problem persists, | |
| <a href="http://github.com/contact">contact us</a> | |
| and we'll help get you on your way. | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="push"></div> | |
| </div> | |
| <div id="footer"> | |
| <div class="site"> | |
| <div class="info"> | |
| <div class="links"> | |
| <a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> | | |
| <a href="http://github.com/blog">Blog</a> | | |
| <a href="http://support.github.com/">Support</a> | | |
| <a href="http://github.com/training">Git Training</a> | | |
| <a href="http://github.com/contact">Contact</a> | | |
| <a href="http://groups.google.com/group/github/">Google Group</a> | | |
| <a href="http://status.github.com">Status</a> | |
| </div> | |
| <div class="company"> | |
| © | |
| 2010 | |
| GitHub Inc. | |
| All rights reserved. | |
| |<a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a> | |
| </div> | |
| </div> | |
| <div class="sponsor"> | |
| <div> | |
| Powered by the <a href="http://www.rackspace.com ">Dedicated | |
| Servers</a> and<br/> <a href="http://www.rackspacecloud.com">Cloud | |
| Computing</a> of Rackspace Hosting<span>®</span> | |
| </div> | |
| <a href="http://www.rackspace.com"> | |
| <img src="/images/modules/footer/rackspace_logo.png" alt="Dedicated Server" /> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <script type="text/javascript"> | |
| var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | |
| document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | |
| </script> | |
| <script type="text/javascript"> | |
| var pageTracker = _gat._getTracker("UA-3769691-2"); | |
| pageTracker._initData(); | |
| pageTracker._trackPageview(); | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment