From 4119538ab76b3c991efabb3a16d250e8430dc7bf Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 6 Jan 2019 18:49:10 -0500 Subject: [PATCH] Add section for table/columns with spaces --- api.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/api.rst b/api.rst index 7d58bea72..722c79000 100644 --- a/api.rst +++ b/api.rst @@ -249,6 +249,19 @@ Do this: GET /%D9%85%D9%88%D8%A7%D8%B1%D8%AF HTTP/1.1 +.. _tabs-cols-w-spaces: + +Table / Columns with spaces +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +You can request table/columns with spaces in them by percent encoding the spaces with ``%20``: + +.. code-block:: http + + GET /Order%20Items?Unit%20Price=lt.200 HTTP/1.1 + +.. _reserved-chars: + Reserved characters ~~~~~~~~~~~~~~~~~~~