You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the GA release of the Application Framework APIs it is now possible to assign a default to the HTTPClient()url instance variable. Currently, the Application Framework supports URLs for two regions (US and Europe):
The behavior of the LoggingService, EventService and DirectorySyncService classes should be to accept the url value passed directly to the class constructor, the url value assigned to a passed-in HTTPClient/session object or the default url value.
The text was updated successfully, but these errors were encountered:
Description
With the GA release of the Application Framework APIs it is now possible to assign a default to the
HTTPClient()
url
instance variable. Currently, the Application Framework supports URLs for two regions (US and Europe):Given the options, a sane default would be
https://api.us.paloaltonetworks.com
.Proposal
In
HTTPClient
class, updateself.url
to the following:https://github.com/PaloAltoNetworks/pancloud/blob/master/pancloud/httpclient.py#L92
The behavior of the
LoggingService
,EventService
andDirectorySyncService
classes should be to accept theurl
value passed directly to the class constructor, theurl
value assigned to a passed-inHTTPClient
/session
object or the defaulturl
value.The text was updated successfully, but these errors were encountered: