bringup-minabe/shift-sdk-php

v0.0.14 2023-02-13 02:29 UTC

This package is auto-updated.

Last update: 2024-09-13 06:04:37 UTC


README

安装

composer install bringup-minabe/shift-sdk-php

用法示例

try {
    $ShiftSdkPhp = new ShiftSdkPhp('https://');
    $ShiftSdkPhp->createExternalAppToken();
}

// Exceptions
// @throws UnauthorizedException
// @throws NotFoundException
// @throws InternalServerErrorException
// @throws Exception