Files
Brett Randall 2f3921259b Corrected repository URL in app.json.
Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-11-07 17:25:24 +11:00

10 lines
386 B
JSON

{
"name": "httpbin",
"description": "HTTP Request & Response Service, written in Python + Flask.",
"repository": "https://github.com/requests/httpbin",
"website": "https://httpbin.org",
"logo": "https://s3.amazonaws.com/f.cl.ly/items/333Y191Z2C0G2J3m3Y0b/httpbin.svg",
"keywords": ["http", "rest", "API", "testing", "integration", "python", "flask"],
"addons": "sentry"
}