WebService-8tracks
view release on metacpan or search on metacpan
inc/Module/Install/Repository.pm view on Meta::CPAN
return $1;
}
} elsif (-e "_darcs") {
# defaultrepo is better, but that is more likely to be ssh, not http
if (my $query_repo = `darcs query repo`) {
if ($query_repo =~ m!Default Remote: (http://.+)!) {
return $1;
}
}
open my $handle, '<', '_darcs/prefs/repos' or return;
while (<$handle>) {
chomp;
return $_ if m!^http://!;
}
} elsif (-e ".hg") {
if ($execute->('hg paths') =~ /default = (.*)$/m) {
my $mercurial_url = $1;
$mercurial_url =~ s!^ssh://hg\@(bitbucket\.org/)!https://$1!;
return $mercurial_url;
}
like_a_track_response(at_end => bool(1), track => {}),
'$session->next (6, end)';
__DATA__
@@ GET http://api.8tracks.com/users/1.json
HTTP/1.1 200 OK
Content-Length: 788
Content-Type: application/json; charset=utf-8
{"notices":null,"user":{"slug":"remi","followed_by_current_user":false,"location":"Noe Valley, San Francisco, US","bio_html":"<p>Frenchman. I co-founded 8tracks with my very first boss from 7 years ago, <a href=\"/dp\">dp</a>.</p>\n\n<p>When I have t...
@@ GET http://api.8tracks.com/users/dp/mixes.json
HTTP/1.1 200 OK
Content-Length: 13401
Content-Type: application/json; charset=utf-8
{"offset":null,"notices":null,"next_page":2,"status":"200 OK","total_entries":41,"logged_in":false,"page":1,"errors":null,"per_page":10,"mix_set_id":123,"mixes":[{"path":"/dp/a-new-mission","slug":"a-new-mission","name":"A new mission","user":{"slug"...
@@ GET http://api.8tracks.com/sets/new.json
HTTP/1.1 200 OK
t/02_api_authed.t view on Meta::CPAN
Content-Length: 277
Content-Type: application/json; charset=utf-8
{"notices":null,"logged_in":true,"status":"200 OK","track":{"name":"Rinbu - Revolution","faved_by_current_user":true,"url":"http://8tracks.com/tracks/109569","release_name":"Star Mania: Shoujo Kakumei Utena","performer":"Okui Masami","id":109569,"use...
@@ POST http://api.8tracks.com/users/youpy/toggle_follow.json
HTTP/1.1 200 OK
Content-Length: 507
Content-Type: application/json; charset=utf-8
{"notices":null,"logged_in":true,"status":"200 OK","errors":null,"user":{"slug":"youpy","location":"","bio_html":null,"next_mix_prefs":"ask","id":7535,"avatar_urls":{"max200":"http://cf3.8tracks.us/avatars/000/007/535/36384.max200.jpg","sq56":"http:/...
@@ POST http://api.8tracks.com/users/youpy/follow.json
HTTP/1.1 200 OK
Content-Length: 506
Content-Type: application/json; charset=utf-8
{"notices":null,"logged_in":true,"status":"200 OK","errors":null,"user":{"slug":"youpy","location":"","bio_html":null,"next_mix_prefs":"ask","id":7535,"avatar_urls":{"max200":"http://cf3.8tracks.us/avatars/000/007/535/36384.max200.jpg","sq56":"http:/...
@@ POST http://api.8tracks.com/users/motemen/follow.json
HTTP/1.1 422 Unprocessable Entity
Content-Length: 102
Content-Type: application/json; charset=utf-8
{"notices":null,"logged_in":true,"status":"422 Unprocessable Entity","errors":["There was a problem"]}
@@ POST http://api.8tracks.com/users/no_such_user/follow.json
HTTP/1.1 404 Not Found
( run in 0.792 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )