opsway / zohobooks-api

ZohoBooks PHP library
MIT License
6 stars 10 forks source link

Add invoice items #16

Closed ppicatto closed 7 years ago

ppicatto commented 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
mrVrAlex commented 7 years ago

Maybe make sense create new namespace "Settings"? Looks like in zoho documentation: default

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?