Project page links to old version of guzzle docs

Created on 3 January 2023, over 1 year ago
Updated 27 September 2023, 9 months ago

Problem/Motivation

The current project page links to version 3 of the Guzzle Services definition which is older than version 7 that ships with Drupal.

This caused problems for me when I was trying to define parameters that need to be sent as form fields. In the v3 docs it says to use the postField location type but that was throwing exceptions when trying to execute the command:

GuzzleHttp\Command\Exception\CommandException: There was an error executing the command: No location registered for parameter in GuzzleHttp\Command\Exception\CommandException::fromPrevious() (line 57 of /app/vendor/guzzlehttp/command/src/Exception/CommandException.php).

I had to do a lot of googling before I found a note in the README that mentions a name change from postField to formParam. Making this changed allowed the command to execute without errors.

I looked for a version 7 of the same page from the v3 docs but couldn't find one.

📌 Task
Status

Fixed

Version

9.3

Component

Documentation

Created by

🇺🇸United States rocketeerbkw Austin, Tx

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024