Client¶
Client interface to the PACER Case Locator API.
- class pacersdk.client.PCLClient(username: str, password: str, secret: str = None, environment: str = 'prod', client_code: str = None, redaction: bool = False, config_path: str = None)¶
Bases:
object
Entry point for interacting with the PACER Case Locator API.
- authenticator¶
Instance of
pacersdk.auth.Authenticator
- batch_case¶
Instance of
pacersdk.services.batch_case.BatchCaseService
- batch_party¶
Instance of
pacersdk.services.batch_party.BatchPartyService
- case¶
Instance of
pacersdk.services.case.CaseService
- logout() None ¶
Log out of the session and revoke the token.
- party¶
Instance of
pacersdk.services.party.PartyService