denbora / r_t_g_services
RTG Services
Installs: 3 710
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 6
Open Issues: 0
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: 2025-04-01 20:10:17 UTC
README
Description of methods and data structure for transmission - stored in src/config/restMethodsV2.json
Commands
bin/console app:update-services-list
Performs an update of the list of available services and methods from Swager OpenAPI
.
The data is parsed from json, which can be placed in openAPI.json
, the result is written src/config/restMethodsV2.json
bin/console app:generate-services
creates services with methods and examples for methods in examples/RESTv2
,
a list services and their methods are read from src/config/restMethodsV2.json
bin/console app:run-example <service> <method>
- <service>
is the name of the service, <method>
- is the name of the method the result of which we want to see.
To run the examples you need to add experiments to the tree
experiments/config_project/creds/ - with a certificate and a key
experiments/config_project/links/config.json from JSON contains a link to the API url.rest
, the name of the certificate file
crt
, the name of the file with the key key
, and the password pass