Skip to content
Snippets Groups Projects
  • David Maus's avatar
    32307870
    Remove dependency on Guzzle HTTP client · 32307870
    David Maus authored
    * src/HAB/Pica/Auth/LOAN3WebAuthentication.php (getClient): Removed.
      (authenticate): Use sendRequest() to send http request.
      ($client): Removed.
    * src/HAB/Pica/Auth/LBSAuthentication.php (getClient): Removed.
      (authenticate): Use sendRequest() to send http request.
      ($client): Removed.
    * src/HAB/Pica/Auth/AbstractHttpAuthentication.php: New
      class. Abstract base class of http based authentication modules,
      implements sendRequest().
    32307870
    History
    Remove dependency on Guzzle HTTP client
    David Maus authored
    * src/HAB/Pica/Auth/LOAN3WebAuthentication.php (getClient): Removed.
      (authenticate): Use sendRequest() to send http request.
      ($client): Removed.
    * src/HAB/Pica/Auth/LBSAuthentication.php (getClient): Removed.
      (authenticate): Use sendRequest() to send http request.
      ($client): Removed.
    * src/HAB/Pica/Auth/AbstractHttpAuthentication.php: New
      class. Abstract base class of http based authentication modules,
      implements sendRequest().
lbs4authentication.success.response 234 B
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><AuthenticationResponse><status>OK</status><sessionID>c3ac4981-eb02-46f5-b092-d7261d08386f</sessionID><userKey>username</userKey><userGroup>20</userGroup></AuthenticationResponse>