This repository was archived by the owner on Nov 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
9. API
Fatih Kılıç edited this page May 25, 2019
·
2 revisions
-
base_url: API base url. (String) (Required) -
proxy_configuration: See Proxies Page (Dictionary) (Optional) -
proxy_handler: See Proxies Page (Dictionary) (Optional) -
scoped_calls: See Scoped Calls Page (List[Function]) (Optional) -
**kwargs: Any attribute you want to set Session instance (Optional)
-
_base_url: Base URL of your API (String) -
_filter_request: List of functions going to be called before request (List) -
_filter_response: List of functions going to be called before returning response (List)
Main method working in background, not recommended to directly calling it
-
_match: Regex match passed by Attribute Router (re.Match) (Required) - Any argument
- Any keyword argument to passed requests.request