|
@@ -2,7 +2,6 @@
|
|
"framework": "api_hour",
|
|
"framework": "api_hour",
|
|
"tests": [{
|
|
"tests": [{
|
|
"default": {
|
|
"default": {
|
|
- "setup_file": "aiohttp.web/setup-postgresql",
|
|
|
|
"json_url": "/json",
|
|
"json_url": "/json",
|
|
"db_url": "/db",
|
|
"db_url": "/db",
|
|
"query_url": "/queries?queries=",
|
|
"query_url": "/queries?queries=",
|
|
@@ -25,7 +24,6 @@
|
|
"notes": "Python 3 + API-Hour + AsyncIO + aiohttp + PostgreSQL"
|
|
"notes": "Python 3 + API-Hour + AsyncIO + aiohttp + PostgreSQL"
|
|
},
|
|
},
|
|
"mysql": {
|
|
"mysql": {
|
|
- "setup_file": "aiohttp.web/setup-mysql",
|
|
|
|
"db_url": "/db_mysql",
|
|
"db_url": "/db_mysql",
|
|
"query_url": "/queries_mysql?queries=",
|
|
"query_url": "/queries_mysql?queries=",
|
|
"fortune_url": "/fortunes_mysql",
|
|
"fortune_url": "/fortunes_mysql",
|
|
@@ -46,7 +44,6 @@
|
|
"notes": "Python 3 + API-Hour + AsyncIO + aiohttp + MySQL"
|
|
"notes": "Python 3 + API-Hour + AsyncIO + aiohttp + MySQL"
|
|
},
|
|
},
|
|
"json": {
|
|
"json": {
|
|
- "setup_file": "yocto_http/setup",
|
|
|
|
"json_url": "/json",
|
|
"json_url": "/json",
|
|
"port": 8080,
|
|
"port": 8080,
|
|
"approach": "Stripped",
|
|
"approach": "Stripped",
|
|
@@ -64,7 +61,6 @@
|
|
"notes": "Python 3 + API-Hour + AsyncIO"
|
|
"notes": "Python 3 + API-Hour + AsyncIO"
|
|
},
|
|
},
|
|
"dbs": {
|
|
"dbs": {
|
|
- "setup_file": "yocto_http/setup",
|
|
|
|
"db_url": "/db",
|
|
"db_url": "/db",
|
|
"query_url": "/queries?queries=",
|
|
"query_url": "/queries?queries=",
|
|
"update_url": "/updates?queries=",
|
|
"update_url": "/updates?queries=",
|
|
@@ -84,7 +80,6 @@
|
|
"notes": "Python 3 + API-Hour + AsyncIO"
|
|
"notes": "Python 3 + API-Hour + AsyncIO"
|
|
},
|
|
},
|
|
"plaintext": {
|
|
"plaintext": {
|
|
- "setup_file": "yocto_http/setup",
|
|
|
|
"plaintext_url": "/plaintext",
|
|
"plaintext_url": "/plaintext",
|
|
"port": 8082,
|
|
"port": 8082,
|
|
"approach": "Stripped",
|
|
"approach": "Stripped",
|