log doc/rest.txt @ 6591:feab8c878d08

age author description
Fri, 21 Jan 2022 14:29:46 -0500 John Rouillard Add meta description to some doc pages.
Wed, 01 Dec 2021 19:52:54 -0500 John Rouillard issue2551175 - Make ETag content-encoding aware.
Sat, 30 Oct 2021 23:18:01 -0400 John Rouillard jwt issue example: require input data, lowercase roles
Wed, 21 Apr 2021 00:48:28 -0400 John Rouillard Test options in rest interface against live server; rest doc update
Sun, 04 Apr 2021 22:39:52 -0400 John Rouillard Fix thinko add role not permission to users.
Fri, 01 Jan 2021 22:25:40 -0500 John Rouillard Update doc for jwt example to omit b2s() if pyjwt version >= 2.0.0
Fri, 01 Jan 2021 14:14:34 -0500 John Rouillard Fix uncaught error when parsing rest headers, document
Tue, 17 Nov 2020 21:30:21 -0500 John Rouillard Add missing comma to rest.txt.
Mon, 07 Sep 2020 21:00:43 -0400 John Rouillard Grammar fix. Remove word missed in rewrite.
Sat, 27 Jun 2020 20:02:26 -0400 John Rouillard Doc updates. Mostly formatting.
Fri, 26 Jun 2020 18:44:26 -0400 John Rouillard Expand sunset header explanation, fix formating missing `.
Fri, 26 Jun 2020 18:33:21 -0400 John Rouillard Clarify need to set secret_key for rest.
Tue, 23 Jun 2020 14:02:50 -0400 John Rouillard Fix display formatting.
Wed, 10 Jun 2020 19:46:41 -0400 John Rouillard Fix example to have 15 minute lifetime to match text.
Wed, 03 Jun 2020 00:52:32 -0400 John Rouillard Enable timing stats reporting in REST interface.
Wed, 20 May 2020 00:14:50 -0400 John Rouillard Adding description of Sunset header and versioning
Wed, 13 May 2020 13:01:08 -0400 John Rouillard more index entries.
Wed, 13 May 2020 01:01:22 -0400 John Rouillard Insert missing word.
Wed, 13 May 2020 00:59:39 -0400 John Rouillard Typo fix.
Thu, 13 Feb 2020 08:51:20 +0100 Ralf Schlatterbeck Allow transitive properties in @fields in REST API
Sat, 23 Nov 2019 14:48:23 -0500 John Rouillard Add warning about collection size limit as anti-DOS mechanism.
Sat, 19 Oct 2019 09:02:22 -0400 John Rouillard Added curl based examples for retire and restore.
Thu, 17 Oct 2019 20:32:13 -0400 John Rouillard issue2551067 make url into liternal not clickble.
Thu, 17 Oct 2019 20:27:19 -0400 John Rouillard issue2551067 corrections/cleanup.
Wed, 16 Oct 2019 21:23:44 -0400 John Rouillard issue2551067 first cut on docs for dealing with files/messages.
Sun, 06 Oct 2019 18:21:37 -0400 John Rouillard Added more verbage on "Rest Access" permission and reworked search docs.
Sat, 05 Oct 2019 12:46:03 -0400 John Rouillard Document exact match; Transitive search
Wed, 02 Oct 2019 22:06:02 -0400 John Rouillard Rate Limit is available in this code.
Wed, 02 Oct 2019 21:51:27 -0400 John Rouillard More typo fixes and verbatim blocks.
Wed, 02 Oct 2019 20:59:39 -0400 John Rouillard Fix markup.
Wed, 02 Oct 2019 20:55:15 -0400 John Rouillard fix spacing on example code and typo fix.
Wed, 02 Oct 2019 20:42:08 -0400 John Rouillard Updates to jwt permissions; typo fixes
Sun, 29 Sep 2019 22:45:46 -0400 John Rouillard grr.
Sun, 29 Sep 2019 22:44:22 -0400 John Rouillard more typo fixes.
Sun, 29 Sep 2019 22:42:54 -0400 John Rouillard Clarify text.
Sun, 29 Sep 2019 22:41:10 -0400 John Rouillard Fix typo.
Sun, 29 Sep 2019 22:01:09 -0400 John Rouillard Add more programming rest interface examples. Fix broken link.
Fri, 27 Sep 2019 23:29:59 -0400 John Rouillard add permissions to control user of rest and xmlrpc API interfaces.
Fri, 27 Sep 2019 20:38:31 -0400 John Rouillard Add rudimentery experiment JSON Web Token (jwt) support
Mon, 26 Aug 2019 09:56:20 +0200 Ralf Schlatterbeck Implement sorting of collections in REST API
Mon, 26 Aug 2019 08:13:46 +0200 Ralf Schlatterbeck Merge changes
Thu, 22 Aug 2019 19:29:45 +0200 Ralf Schlatterbeck Minor typos
Sat, 24 Aug 2019 13:09:33 -0400 John Rouillard Need to fix spelling.
Thu, 11 Jul 2019 20:31:00 -0400 John Rouillard issue2551050 document mechanism to allow uers limited access to
Tue, 25 Jun 2019 17:02:37 -0400 John Rouillard issue2551048. Document WEB_SECRET_KEY in config.ini.
Sun, 23 Jun 2019 20:00:12 -0400 John Rouillard Allow @fields to include protected properties, document @protected
Sun, 26 May 2019 22:09:00 -0400 John Rouillard Clean up the custom rate limit doc.
Sun, 26 May 2019 21:55:02 -0400 John Rouillard Add example on overriding RestfulInstance.getRateLimit from interfaces.py.
Sat, 18 May 2019 22:01:19 -0400 John Rouillard Expanded documentation. More examples, added sections based on each
Sun, 14 Apr 2019 21:07:11 -0400 John Rouillard Add support for making an idempotent POST. This allows retrying a POST
Mon, 08 Apr 2019 20:00:01 -0400 John Rouillard Update rest.txt example to include headers required for CSRF
Sun, 07 Apr 2019 20:17:52 -0400 John Rouillard Update docs. Correct errors reported by setup.py build_docs. Add rest
Mon, 01 Apr 2019 21:53:30 -0400 John Rouillard Add docs on how to add new rest endpoints.
Thu, 28 Mar 2019 12:21:40 +0100 Ralf Schlatterbeck REST: Add key lookup
Tue, 26 Mar 2019 23:29:35 -0400 John Rouillard Add support for @verbose=2 to a GET on a collection object. Using this
Mon, 25 Mar 2019 21:23:52 +0100 Ralf Schlatterbeck REST: Use If-Match header for incoming requests
Fri, 22 Mar 2019 14:43:21 +0100 Ralf Schlatterbeck Document searching and @verbose attribute
Fri, 22 Mar 2019 11:23:02 +0100 Ralf Schlatterbeck First attempt at REST-API documentation

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