codewars-api-client:Codewars API的客户端

时间:2024-04-18 21:42:48
【文件属性】:

文件名称:codewars-api-client:Codewars API的客户端

文件大小:43KB

文件格式:ZIP

更新时间:2024-04-18 21:42:48

api-client codewars PHP

Codewars API客户端 建立与Codewars API和平台进行交互的库。 安装 使用软件包管理器使用以下命令安装库。 composer require jamesrweb/codewars-api-client 基本用法 安装软件包后,我们可以创建所需的客户端。 <?php declare (strict_types= 1 ); require __DIR__ . '/vendor/autoload.php' ; use CodewarsApiClient \ Client ; $ client = new Client ( "your-api-key" ); Client Client实例允许我们以一致的方式与codewars API进行交互。 方法 获取有关用户的信息 要获取有关用户的信息,可以运行: $ client -> user (string $ usern


【文件预览】:
codewars-api-client-master
----.gitignore(53B)
----src()
--------Interfaces()
--------interfaces()
--------Client.php(4KB)
----LICENSE(1KB)
----composer.json(2KB)
----_config.yml(26B)
----.github()
--------FUNDING.yml(20B)
--------workflows()
----composer.lock(198KB)
----README.md(3KB)
----tests()
--------Fixtures()
--------ChallengeSchemaTest.php(1KB)
--------UserSchemaTest.php(1KB)
--------schemas()
--------Schemas()
--------helpers()
--------CompletedChallengesSchemaTest.php(1021B)
--------Helpers()
--------AuthoredChallengesSchemaTest.php(1012B)
--------ClientTest.php(2KB)
----config()
--------phpunit()
--------phpstan()
--------php-cs-fixer()

网友评论