Is pastie.org the same as pastie.textmate.org?
I used pastebin.ca in the past. What authorization for gists are you referring to? This works for me:
curl -d '{"public":false,"files":{"file1.txt":{"content":"foo"}}}' https://api.github.com/gists
Yes, pastie is the same as pastie.textmate.org.
while your curl example does work, it only works anonymously and isn't how the Github bundle submits pastes (from the readme):
"To enable Gist support, make sure you've followed the instructions on your account page for adding your GitHub user and API Token to your global Git config."
The only reference to authorisation in the Github account page is https://github.com/settings/applications/new, which asks for a OAuth application, I'm assuming this is because (from https://github.com/blog/1090-github-api-moving-on):
Notable Changes for API v3
Basic auth with tokens is not supported. You can create OAuth tokens for internal scripts through the Authorizations API.
v2 of the API will be terminated next week (2012-05-01), so I'm working on the assumption new registrations that performs basic auth with tokens has been removed, as the API is due to be deprecated. Also, it remains to be seen how this affects anyone currently using the Github to paste gists.
On 28 Apr 2012, at 21:52, Jerome Baum wrote:
Is pastie.org the same as pastie.textmate.org?
I used pastebin.ca in the past. What authorization for gists are you referring to? This works for me:
curl -d '{"public":false,"files":{"file1.txt":{"content":"foo"}}}' https://api.github.com/gists
-- PGP: A0E4 B2D4 94E6 20EE 85BA E45B 63E4 2BD8 C58C 753A PGP: 2C23 EBFF DF1A 840D 2351 F5F5 F25B A03F 2152 36DA -- No situation is so dire that panic cannot make it worse. -- Please encrypt sensitive information before emailing it: https://jeromebaum.com/pgp/encrypt.html
On 28 Apr 2012, at 19:25, textmate-request@lists.macromates.com wrote:
Date: Sat, 28 Apr 2012 17:31:20 +0100 From: Andy Herbert andy.herbert@me.com To: TextMate users textmate@lists.macromates.com Subject: [TxMt] Re: Pastie broken? Message-ID: 877DFD53-B47E-46AB-8602-47D05582574C@me.com Content-Type: text/plain; CHARSET=US-ASCII
"pastie.org was DDOSed twice last night. To protect it's network and other customers Rails Machine has decided to no longer host and sponsor the site."
From http://pastie.org/
I recently attempted to change pasting services to gists using the Github bundle, but they appear to have changed the authorisation system recently, can anyone recommend a fix or alternative service?
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I just tried to get my existing token and found I could not, so you're being marched toward the next version of the API already.
Walter
On Apr 29, 2012, at 3:47 AM, Andrew Herbert wrote:
I'm working on the assumption new registrations that performs basic auth with tokens has been removed, as the API is due to be deprecated. Also, it remains to be seen how this affects anyone currently using the Github to paste gists.