Anilist Custom Request Documentation¶
            CustomRequest
¶
    This class represents a custom request in the AniLink API.
| ATTRIBUTE | DESCRIPTION | 
|---|---|
base_url | 
            
               The base URL for the AniLink API. 
                  
                    TYPE:
                        | 
          
auth_token | 
            
               The authentication token. 
                  
                    TYPE:
                        | 
          
| PARAMETER | DESCRIPTION | 
|---|---|
auth_token | 
            
               The authentication token. 
                  
                    TYPE:
                        | 
          
Source code in AniLinkPy/apis/anilist/custom.py
                    
                  
            custom
¶
    This method is used to send a custom Query.
| PARAMETER | DESCRIPTION | 
|---|---|
query | 
            
               The Query string. 
                  
                    TYPE:
                        | 
          
variables | 
            
               The variables for the Query. Defaults to None. 
                  
                    TYPE:
                        | 
          
| RETURNS | DESCRIPTION | 
|---|---|
                dict
             | 
            
               The response from the custom Query. 
                  
                    TYPE:
                        |