lob / lob-php

PHP Client for Lob API
https://lob.com
MIT License
67 stars 21 forks source link

Library has incorrect PSR-4 namespace #177

Open adrolter opened 1 year ago

adrolter commented 1 year ago

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.