apitools
Thanks to Drupal's httpClient, built on top of Guzzle, integrating with web services becomes straightforward. However, the aspect that often poses challenges is authentication. Authentication methods vary from one web service to another, ranging from OAuth to API keys and basic authentication.
APITools addresses this complexity by simplifying the authentication process. If you're maintaining a module that integrates with a web service, you can leverage APITools to offer users a consistent method for authenticating and making requests. Additionally, APITools includes a configuration form where users can securely input their credentials, seamlessly integrating with the Key module for added security.
To begin, incorporate APITools as a dependency into your module and create a Plugin.
Quit writing the same API code over and over again. Instead, use APITools!