lob-php icon indicating copy to clipboard operation
lob-php copied to clipboard

Library has incorrect PSR-4 namespace

Open adrolter opened this issue 1 year ago • 0 comments

This library has its code generated in the \OpenAPI\Client namespace, which is likely the default configuration for the code generator that was used. This would conflict with any other library that used the same configuration.

it should likely be something like \Lob\Client instead.

adrolter avatar Oct 23 '23 19:10 adrolter