Skip to content

Commit 5bd079e

Browse files
Fix readme
1 parent ef253eb commit 5bd079e

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

README.rst

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -138,33 +138,6 @@ Test it:
138138
}
139139
]
140140
141-
.. code-block:: bash
142-
143-
$ http GET "http://localhost:8000/projects/"
144-
145-
.. code-block:: http
146-
147-
HTTP/1.0 200 OK
148-
Content-Length: 227
149-
Content-Type: application/json
150-
151-
[
152-
{
153-
"resourcetype": "Project",
154-
"topic": "John's gathering"
155-
},
156-
{
157-
"artist": "T. Turner",
158-
"resourcetype": "ArtProject",
159-
"topic": "Sculpting with Tim"
160-
},
161-
{
162-
"resourcetype": "ResearchProject",
163-
"supervisor": "Dr. Winter",
164-
"topic": "Swallow Aerodynamics"
165-
}
166-
]
167-
168141
.. code-block:: bash
169142
170143
$ http POST "http://localhost:8000/projects/" resourcetype="ArtProject" topic="Guernica" artist="Picasso"

0 commit comments

Comments
 (0)