I get a 500 Internal Server Error on an authentified POST call to / repos/delete/:repo
On Mar 1, 3:21 pm, Chris Wanstrath <[email protected]> wrote: > Are you getting an error of some sort? What is the response code? > > Chris > > > > > > On Saturday, February 27, 2010, Cyb3rWeb <[email protected]> wrote: > > Hi, I've been implementing a GitHub API wrapper in PHP lately. The PHP > > one suggested on develop.github.com isn't complete and I needed some > > services for a client project. > > > My question is regarding deleting repos. I've developed a repository > > API wrapper and was testing the methods and the only one wich didn't > > go through was the /repos/delete/:repo API call. > > > I was wondering if this API has stopped it's services or if everything > > is running fine and the problem is on my side. Also I'm not sure about > > the documentation of the "delete repo" API call. It says in my words: > > > * One POST call to /repos/delete/:repo > > * Reception of delete_token > > * Another submission of POST call with delete_token > > > Am I missing something? > > > Thanks for the prompt answer. > > > Cyb3r > > > -- > > You received this message because you are subscribed to the Google Groups > > "GitHub" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/github?hl=en. > > -- > Chris Wanstrathhttp://github.com/defunkt -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
