Skip to content
Snippets Groups Projects
Commit 32307870 authored by David Maus's avatar David Maus
Browse files

Remove dependency on Guzzle HTTP client

* 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().
parent 79c5af28
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment