comparison doc/rest.txt @ 8073:57ef20b6c003

docs: fix some missing/broken links.
author John Rouillard <rouilj@ieee.org>
date Fri, 12 Jul 2024 22:23:32 -0400
parents f023b66c297d
children e97caa8e4dae
comparison
equal deleted inserted replaced
8072:3a2762144b65 8073:57ef20b6c003
325 from roundup import rest 325 from roundup import rest
326 from dicttoxml import dicttoxml as dtox # from tracker_root/lib directory 326 from dicttoxml import dicttoxml as dtox # from tracker_root/lib directory
327 327
328 rest.dicttoxml = dtox 328 rest.dicttoxml = dtox
329 329
330 .. _interfaces.py: customizing.html#interfaces-py-hooking-into-the-core-of-roundup 330 .. _interfaces.py: reference.html#interfaces-py-hooking-into-the-core-of-roundup
331 331
332 The rest interface accepts the http accept header and can include 332 The rest interface accepts the http accept header and can include
333 ``q`` values to specify the preferred mechanism. This is the preferred 333 ``q`` values to specify the preferred mechanism. This is the preferred
334 way to specify alternate acceptable response formats. 334 way to specify alternate acceptable response formats.
335 335

Roundup Issue Tracker: http://roundup-tracker.org/