Skip to content

Parameter naming differences are confusing #67

Closed
@jeff-h

Description

@jeff-h

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions