-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
just for step by step API i'm looking for a entry point to something like "hello world" or "welcome onboard" just to check if auth is ok.
Here is part of doc:
<?php
$config = Stancer\Config::init(['<your_public_keys>', '<your_secret_keys>']);
$config->setMode(Stancer\Config::TEST_MODE); # Not needed, TEST mode is set by default
# But you need to do it to go on production ;)
?>
ok but after that, how could i check if there is no auth problem ? maybe a request to get list of my "customers" ? -> no ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels