Skip to content

add api "hello" "ping" or something else #3

@rycks

Description

@rycks

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 ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions