mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 13:19:28 +00:00
12 lines
317 B
YAML
12 lines
317 B
YAML
class_name: ApiTester
|
|
modules:
|
|
enabled:
|
|
- \Helper\Api
|
|
- REST:
|
|
# API URL
|
|
url: http://localhost/build/index.ci.php/api/v1/
|
|
# Can also be a framework module name
|
|
depends: PhpBrowser
|
|
# Limits PhpBrowser to JSON or XML
|
|
part: Json
|