Class TokenizedClientExtensions
  
  
  
  
    Inheritance
    
    TokenizedClientExtensions
   
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public static class TokenizedClientExtensions
   
  Methods
  
  
  
  
  Delete<T>(T, String)
  
  
  Declaration
  
    public static AlgoApiRequest Delete<T>(this T client, string endpoint)
    where T : IAlgoApiClient
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | T | 
        client | 
         | 
      
      
        | String | 
        endpoint | 
         | 
      
    
  
  Returns
  
  Type Parameters
  
  
  
  
  Get<T>(T, String)
  
  
  Declaration
  
    public static AlgoApiRequest Get<T>(this T client, string endpoint)
    where T : IAlgoApiClient
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | T | 
        client | 
         | 
      
      
        | String | 
        endpoint | 
         | 
      
    
  
  Returns
  
  Type Parameters
  
  
  
  
  GetUrl<T>(T, String)
  
  
  Declaration
  
    public static string GetUrl<T>(this T client, string endpoint)
    where T : IAlgoApiClient
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | T | 
        client | 
         | 
      
      
        | String | 
        endpoint | 
         | 
      
    
  
  Returns
  
  Type Parameters
  
  
  
  
  Post<T>(T, String)
  
  
  Declaration
  
    public static AlgoApiRequest Post<T>(this T client, string endpoint)
    where T : IAlgoApiClient
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | T | 
        client | 
         | 
      
      
        | String | 
        endpoint | 
         | 
      
    
  
  Returns
  
  Type Parameters