Closed ppicatto closed 7 years ago
Q | A |
---|---|
Branch | master |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | n/a |
License | MIT |
Doc PR | n/a |
Maybe make sense create new namespace "Settings"? Looks like in zoho documentation:
So it will be:
namespace OpsWay\ZohoBooks\Api\Settings;
class InvoiceItems extends BaseApi {}
// Or even just Items for class name???
class Items extends BaseApi {}
What you think?