Mercurial > p > roundup > code
diff doc/customizing.txt @ 6631:9455538c4a1f
Add /rest/ and /xmlrpc/ to section Roundup URL design
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Apr 2022 17:51:57 -0400 |
| parents | 24e2eeb2ed9a |
| children | e1588ae185dc c68739264869 |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Apr 07 00:02:44 2022 -0400 +++ b/doc/customizing.txt Mon Apr 11 17:51:57 2022 -0400 @@ -2208,16 +2208,29 @@ 4. ``/@@file/`` +Two additional url's are used for the API's. +The `REST api`_ is accessed via: + +5. ``/rest/`` + +.. _`REST api`: rest.html + +and the `XMLRPC api`_ is available at: + +6. ``/rest/`` + +.. _`XMLRPC api`: xmlrpc.html + All other URLs depend on the classes configured in Roundup database. Each class receives two URLs - one for the class itself and another for specific items of that class. Example for class URL: -5. ``/issue`` +7. ``/issue`` This is usually used to show listings of class items. The URL for for specific object of issue class with id 1 will look like: -6. ``/issue1`` +8. ``/issue1`` Determining web context
