Closed
Description
It seems this PHP library uses slightly different parameter names than the API documentation describes. Root-level names are usually camelCased (but not always, see template
below), where in the API they are under_scored, but nested parameters are left the same as the API (I think).
eg
php | API docs |
---|---|
substitutionData | substitution_data |
template | template_id |
This introduces confusion — could they be made the consistent with the API?