Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
0bb857a288 Update 'README.md' 2017-06-28 23:02:23 +02:00
b820ea0813 Update 'README.md'
This project is abandoned, T411 is down.
2017-06-28 23:01:52 +02:00
f80ce1a915 Merge branch 'bugfix' of synyster0fa7x/t411-console into master 2017-06-08 21:34:00 +02:00
942c1a880f Ignore vendor directory 2017-06-08 21:13:22 +02:00
cd4fdf7927 Update API URL 2017-06-08 21:13:11 +02:00
ecb6b89518 Change api.t411.li to api.t411.ai 2017-03-25 22:14:50 +01:00
f174796f74 API domain updated 2016-11-21 01:35:25 +01:00
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ app/config.yml
composer.lock composer.lock
tags tags
*.swp *.swp
vendor

View file

@ -1,3 +1,5 @@
**This project is abandoned. T411 is down since 2017-06-26.**
# t411-console # t411-console
t411-console provides a console line tool for searching torrents on the tracker t411.me. t411-console provides a console line tool for searching torrents on the tracker t411.me.

View file

@ -13,7 +13,7 @@ class Client
public function __construct() public function __construct()
{ {
$this->client = new GuzzleClient(['base_url' => 'https://api.t411.ch']); $this->client = new GuzzleClient(['base_url' => 'https://api.t411.al']);
} }
public function getAuthorization($username, $password) public function getAuthorization($username, $password)