edge-php-sdk
edge-php-sdk copied to clipboard
POST is unsupported on /mint/organizations/[ORG_NAME]/products
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 and update API product entities on Edge.