new Types() → {Types}
        An interface for interacting with the Types portion of the GW2 Spidy
REST API.
    
    
    
    
    
    
    
- Source:
 
Returns:
- Type
 - Types
 
Methods
- 
    
        
get(cb)
 - 
    
    Retrieve the list of possible types from the GW2 Spidy REST API.
Parameters:
Name Type Description cbTypes~TypesCallback The callback to invoke when done - Source:
 
 
Type Definitions
- 
    
        
TypesCallback(err, response)
 - 
    
    This callback is invoked when a request to get the list of types has completed.
Parameters:
Name Type Description errError An error or null (no error) responseTypeListResponse The list of types - Source: