api-library
api-library copied to clipboard
documentation issue - Auth
Hi,
a wording confusion
in api code there is uses
'**clientKey**' => '', // **Client/Consumer key** from Mautic '**clientSecret**' => '', // **Client/Consumer secret key** from Mautic
and in the Frontend there are the fields called "publickey" and "sercretkey"
so solutions are:
use only one word for one thing everywhere, else its confuising people who wants to use mautic
or make a mapping table in docs
clientKey == Client/Consumer key from Mautic (never shown in Frontend) == publickey (used in Mautic Frontend) ....
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
May an naming issue in Frontend
in /credentials List its called public Key and sercret Key
in credentials/edit/X Edit Form its Called Client ID and Client Secret