denbora / r_t_g_services
RTG 服务
1.0.6
2022-12-13 09:59 UTC
Requires
- php: >=7.0
- ext-curl: *
- ext-dom: *
- ext-fileinfo: *
- ext-json: *
- ext-simplexml: *
- ext-xmlwriter: *
Requires (Dev)
- nette/php-generator: ^3.2
- phpunit/phpunit: ^6.3
- symfony/console: ^4.3
- symfony/var-dumper: ^4.3
- dev-master
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- v0.0.2
- 0.0.1
- dev-BACK-138-casinorestv3
- dev-BACK-138
- dev-RTGSR-24-fix-static-properties
- dev-api_key_issue
- dev-RTGSR-22
- dev-RTGSR-21
- dev-RTGSR-18
- dev-RTGSR-20
- dev-RTGSR-19
- dev-RTGSR-17
- dev-RTGSR-15/1
- dev-RTGSR-11
- dev-RTGSR-3
- dev-RTGSR-5
- dev-RTGSR-2
- dev-RTGS-34
- dev-RTGS-33
- dev-RTGS-26
- dev-RTGS-25
- dev-RTGS-24
- dev-RTGS-31
- dev-RTGS-30
- dev-RTGS-29
- dev-RTGS-27
- dev-RTGS-23
- dev-RTGS-affiliate
- dev-RTGS-20
- dev-RTGS-22
- dev-RTGS-21
- dev-RTGS-9
- dev-RTGS-16
- dev-RTGS-17
- dev-RTGS-15
- dev-RTGS-12
- dev-RTGS-14
- dev-RTGS-11
- dev-RTGS-8
- dev-RTGS-13
- dev-RTGS-6
- dev-RTGS-4
This package is not auto-updated.
Last update: 2024-10-01 18:04:08 UTC
README
传输方法和数据结构的描述 - 存储在 src/config/restMethodsV2.json
命令
bin/console app:update-services-list
执行从 Swager OpenAPI
更新可用服务和方法的列表。数据从 json 解析,可以放置在 openAPI.json
,结果写入 src/config/restMethodsV2.json
bin/console app:generate-services
创建在 examples/RESTv2
中的服务及其方法的示例,从 src/config/restMethodsV2.json
读取服务及其方法的列表
bin/console app:run-example <service> <method>
- <service>
是服务的名称,<method>
是我们想要看到结果的方法的名称。要运行示例,需要将实验添加到 experiments/config_project/creds/ 树中 - 带有证书和密钥 experiments/config_project/links/config.json,JSON 包含指向 API 的链接 url.rest
,证书文件名称 crt
,密钥文件名称 key
,以及密码 pass