We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39da947 commit 63dd215Copy full SHA for 63dd215
demo-api/README.md
@@ -0,0 +1,18 @@
1
+# Demo API
2
+
3
+[Demo API](https://github.com/scanapi/demo-api) is an API created by the ScanAPI team for demo
4
+purposes. It can be accessed at https://demo.scanapi.dev/api
5
6
+Requirements:
7
+- [ScanAPI](https://pypi.org/project/scanapi/)
8
9
+# Run
10
11
+```shell
12
+$ git clone git@github.com:scanapi/examples.git
13
+$ cd demo-api
14
+$ source .env
15
+$ scanapi
16
+```
17
18
+The report will be available at `scanapi-report.html`
0 commit comments