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 ef253eb commit 5bd079eCopy full SHA for 5bd079e
README.rst
@@ -138,33 +138,6 @@ Test it:
138
}
139
]
140
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
168
.. code-block:: bash
169
170
$ http POST "http://localhost:8000/projects/" resourcetype="ArtProject" topic="Guernica" artist="Picasso"
0 commit comments