mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
init
This commit is contained in:
14
docs/examples/getting-started.md
Normal file
14
docs/examples/getting-started.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# My API Document
|
||||
|
||||
Let's make a POST request to httpbin.org.
|
||||
|
||||
```http
|
||||
POST https://httpbin.org/post
|
||||
Content-Type: application/json
|
||||
|
||||
{"greeting": "Hello, http.md!"}
|
||||
```
|
||||
|
||||
And here is the response:
|
||||
|
||||
::response
|
||||
Reference in New Issue
Block a user