Dezső BICZÓ

Results 68 issues of Dezső BICZÓ

`/v1/mint/organizations/[ORG]/developers/[DEVELOPER]/prepaid-developer-balance` returns partial information compared with `/v1/mint/organizations/[ORG]/developers/[DEVELOPER]/developer-balances` (ex.: recurring payment settings are not available in the first response) but current implementation casts the response to the same object as it...

POST is unsupported on `/mint/organizations/[ORG_NAME]/products` therefore inherited save() method on `Apigee\Mint\Product` fails with an exception. Proposed solution: Override save() method and proxy the request to `Apigee\ManagementAPI\APIProduct::save()` which actually can create...

Calling method with "update" causes a response exception because API endpoint does not support PUT method. ` ~ http PUT [HOST]/v1/mint/organizations/[ORG]/developers/[DEVELOPER_ID]/developer-rateplans -a [DEVELOPER_ID]` ``` HTTP/1.1 405 Method Not Allowed Allow:...

### Symfony version(s) affected 6.2.8 ### Description I was writing a crawler for an API on Drupal.org and I tried to be nice for the provider by caching responses locally....

Feature
Status: Needs Review
HttpClient

When you use [type aliases by PHPStan](https://phpstan.org/writing-php-code/phpdoc-types#global-type-aliases), even if you use a `@phpstan-` prefixed annotation, like `@phpstan-param`, the `SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation` rule auto-corrects it to a FQCN and with that ruins it....

Extra handling in connection with https://github.com/jhedstrom/DrupalDriver/issues/272 and the proposed change in https://github.com/jhedstrom/DrupalDriver/issues/273.

`justinrainbow/json-schema`'s Validator object is stateless, so even is `$this->doUndoTransform($data, $context)` performs a validation and concludes that the output failed on the schema validation in the parent scope, the `$validator =...

## Description https://github.com/apigee/apigee-client-php/blob/3.0.5/src/Api/ApigeeX/Entity/ApiProductInterface.php should also extend `\Apigee\Edge\Entity\Property\AttributesPropertyInterface` and information should be added by the related controller. https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts#ApiProduct ## Steps to Reproduce ## Actual Behavior ## Expected Behavior ## Screenshots ##...

bug

## Description https://github.com/apigee/apigee-client-php/blob/3.0.5/src/Api/ApigeeX/Entity/ApiProductInterface.php should also extend `\Apigee\Edge\Entity\Property\EnvironmentsPropertyInterface` and information should be added by the related controller. https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.apiproducts#ApiProduct ## Steps to Reproduce ## Actual Behavior ## Expected Behavior ## Screenshots ##...

bug