Version 5.1 - All the GraphQL #32
@ -171,7 +171,6 @@ class Manga extends Controller {
|
|||||||
/**
|
/**
|
||||||
* Search for a manga to add to the list
|
* Search for a manga to add to the list
|
||||||
*
|
*
|
||||||
* @param string $query
|
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function search()
|
public function search()
|
||||||
|
@ -78,7 +78,7 @@ class Anime extends API {
|
|||||||
* Remove an anime from a list
|
* Remove an anime from a list
|
||||||
*
|
*
|
||||||
* @param array $data
|
* @param array $data
|
||||||
* @return array
|
* @return array|false
|
||||||
*/
|
*/
|
||||||
public function delete($data)
|
public function delete($data)
|
||||||
{
|
{
|
||||||
|
@ -50,7 +50,7 @@ class Manga extends API {
|
|||||||
*/
|
*/
|
||||||
protected $base_url = "https://hummingbird.me/";
|
protected $base_url = "https://hummingbird.me/";
|
||||||
|
|
||||||
protected function _manga_api_call($type, $url, $json=null)
|
protected function _manga_api_call($type, $url, $json = NULL)
|
||||||
{
|
{
|
||||||
$token = $this->container->get('auth')
|
$token = $this->container->get('auth')
|
||||||
->get_auth_token();
|
->get_auth_token();
|
||||||
|
Loading…
Reference in New Issue
Block a user