class documentation
        
        class Stigg:
Undocumented
| Static Method | create | Undocumented | 
| Static Method | create | Undocumented | 
    
    @staticmethod
def create_async_client(api_key:
  def create_async_client(api_key:
str, api_url: str = PRODUCTION_API_URL, enable_edge: bool = True, edge_api_url: str = PRODUCTION_EDGE_API_URL) -> AsyncStiggClient:
    
    
      
      
      ¶
    
  Undocumented
    
    @staticmethod
def create_client(api_key:
  def create_client(api_key:
str, api_url: str = PRODUCTION_API_URL, enable_edge: bool = True, edge_api_url: str = PRODUCTION_EDGE_API_URL) -> StiggClient:
    
    
      
      
      ¶
    
  Undocumented