ovh / php-ovh-sms

PHP for ovh sms API
Other
48 stars 49 forks source link

Use user context for message deletion if provided #25

Open mickaelblondeau opened 5 years ago

mickaelblondeau commented 5 years ago

To allow a better usage of api user accounts with only user contextual rights, we use the contextual route if the user is defined

Without user : /sms/my-account/type/id

With user : /sms/my-account/users/my-user/type/id