api.util.urlbuilder
index
/home/pitbulk/proyectos/onelogin-python-sdk/src/onelogin/api/util/urlbuilder.py

UrlBuilder class
 
Copyright (c) 2021, OneLogin, Inc.
All rights reserved.
 
UrlBuilder class of the OneLogin's Python SDK.

 
Modules
       
sys

 
Classes
       
__builtin__.object
UrlBuilder

 
class UrlBuilder(__builtin__.object)
    Builds the API URL endpoints for the OneLogin's Python SDK.
 
  Methods defined here:
__init__(self, region='us', subdomain=None)
get_url(self, base, obj_id=None, extra_id=None, version_id=None)
get_version_id(self, api_configuration, base)
validate_id(self, resource_id)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
region = 'us'
subdomain = None