http_client_manager 8.x-2.1

Bug fixes
New features

New features

Bug fixes

  • Fixed http_client_manager.http_service_api_preview_view route parameter and changed drupal core version from 8.4 to 8.5
  • Code cleanup

http_client_manager 8.x-2.0

New features

8.x-2.x

This version doesn't use the old guzzle/guzzle client anymore but the guzzlehttp/guzzle client provided by Drupal core >= 8.x-4.x

Guzzle Service Descriptions can now be written also in YAML and PHP format (JSON format still remains).

http_client_manager 8.x-2.x-dev

Bug fixes
New features

Feel free to send patches in the issue queue or ask for feature requests.

http_client_manager 8.x-1.4

New features

- HTTP Services API definitions can now be overridden in settings.php.
Overridable properties are:

  • title
  • base_url
  • api_path
  • config
$settings['http_services_api']['your_service_api_id'] = [
  'title' => 'Example API (Development)',
  'base_url' => 'http://dev.example.com/api',
]

- Added Config Request counter within vertical tabs of Commands preview page

http_client_manager 8.x-1.1

Bug fixes

Changelog

  • Exported two Http Config Request into HTTP Client Manager - Example module
  • Minor code refactoring
Subscribe with RSS Subscribe to Releases for HTTP Client Manager