Commit Graph
51 Commits
Author SHA1 Message Date
steve-chavez 5e856a22a8 Fix #132, remove deprecation notices 2018-05-28 13:26:18 -05:00
steve-chavez 7948730770 Add embeds alias feature 2018-05-28 13:26:18 -05:00
steve-chavez c0f8e64bbb Add limit/offset and and/or to embedded resources 2018-05-28 13:26:18 -05:00
steve-chavez dbec5e08aa Fix #131, SCHEMA comment and summary/description 2018-05-28 13:26:18 -05:00
steve-chavez 2f699fa115 Add foreign tables in OpenAPI feature 2018-05-28 13:26:18 -05:00
steve-chavez 6f0a25520a Add UPSERT feature 2018-05-28 13:26:18 -05:00
Joe NelsonandGitHub e10599d065 Changes in 4.4 release (#121)
* Updated full-text search

* Calling RPC with GET

* Customizing HTTP status codes and headers

* Move the admin section to bottom of TOC

* Revise JWT signing section of tutorial

* Selecting pkeys in embedding no longer required
2018-01-18 10:48:34 -06:00
Joe Nelson e48a206075 Use parens for IN operator
Paren-free is deprecated
2017-11-04 23:17:39 -05:00
Brian ThorneandJoe Nelson 82d2d781be Fix typo in api.rst (#113) 2017-11-04 00:59:04 -05:00
Joe NelsonandGitHub a3d87edda3 Explain how sql comments appear in the openapi output (#111) 2017-10-08 12:38:46 -05:00
Joe NelsonandGitHub e7ddea0acf Document long jwt secrets as required (#109)
* Use long jwt secrets as required

* Fix spelling and adjust custom dictionary
2017-10-07 13:03:30 -05:00
Joe Nelson edefd3040c Section about new FTS features
Fixes #61
2017-09-09 21:27:36 -05:00
Joe Nelson a93ddbee5a Unicode
Fixes #62
2017-09-09 20:52:12 -05:00
Joe Nelson 0da8cb230f Proper error code for failed content negotiation
Fixes #95
2017-09-09 19:49:42 -05:00
Russell DaviesandJoe Nelson 3fdf6acc45 Range operators and deprecation of symbol operators (#98) 2017-08-20 14:49:27 -05:00
Russell DaviesandJoe Nelson aedaca1290 Clarify resource embedding constraints (#97) 2017-08-13 11:39:18 -05:00
Priyank PurohitandJoe Nelson 84bfa2d9ca Updated docs for complex logic API capability (#94) 2017-08-05 20:42:31 -05:00
Steve ChávezandJoe Nelson 4be05649f4 Add documentation for binary output in rpc, Fix #84 (#92) 2017-07-20 00:06:57 -05:00
Joe Nelson cee92cac05 How to read headers/cookies from a proc 2017-06-18 22:19:46 -05:00
Joe Nelson e8cdd4463b Example of quoted comma in IN operator 2017-06-18 21:52:53 -05:00
Joe Nelson 127fbb41d5 Note function volatility in RPC
Fixes #64
2017-06-18 12:06:21 -05:00
Joe Nelson 83e4ad41fe Deprecate {} for resource embedding 2017-06-18 11:49:08 -05:00
Steve PhillipsandJoe Nelson cb90e3e557 api.rst: de-duped a word, added commas (#78) 2017-05-29 17:28:37 -05:00
Steve PhillipsandJoe Nelson 49af7dcbc2 api.rst: Added example alluded to in docs (#77) 2017-05-29 17:28:31 -05:00
Steve PhillipsandJoe Nelson 6bb81b5d4b api.rst typo: Directories -> Directors (#74) 2017-05-27 10:26:45 -05:00
Steve PhillipsandJoe Nelson fc65694c0a api.rst typo: delting -> deleting (#54) 2017-04-23 22:31:03 -05:00
Steve PhillipsandJoe Nelson f2f392b0f4 api.rst typo: dahsboard -> dashboard (#53) 2017-04-23 22:30:51 -05:00
Steve ChávezandJoe Nelson 8a6b429c16 Add example for complex boolean logic (#52) 2017-04-04 23:25:22 -05:00
Dan KamenovandJoe Nelson 1cab8cf82d Fix Bad SQL coding practices in "Computed Columns" example (#51) 2017-03-29 21:51:39 -05:00
Dan KamenovandJoe Nelson 27bcd8074f Fix duplicate wording (#48) 2017-03-26 20:28:52 -07:00
Joe Nelson 0f87137387 More improvements
When to use RAISE in procs

Fix broken links
2017-03-26 16:05:12 -07:00
Joe Nelson e54fb2a264 Misc improvements
How to pass a single json object to stored proc

List HTTP codes for db errors

Point out 404 semantics of singular responses

OR query workaround

Include nginx example for singular rewrite
2017-03-25 22:57:27 -07:00
Steve ChávezandJoe Nelson 8e6410e55d Add section for binary output (#46) 2017-03-24 14:14:28 -07:00
Joe Nelson 588b0bc7e1 Fix internal links 2017-02-03 16:37:24 -08:00
philandJoe Nelson 404fcb6b27 Fix the plurality header docs for v0.4 (#32) 2017-01-26 07:32:27 -08:00
Joe Nelson e56ffe7b5e Note json array vs native array args 2017-01-22 20:36:27 -08:00
Joe Nelson 58503af432 English and RST adjustments 2017-01-16 20:47:01 -08:00
NikolayandJoe Nelson b3fb9ff215 more about stored procedures (#26) 2016-12-20 21:14:05 -08:00
Joe Nelson adb8522276 Sorting embedded resources 2016-12-05 16:14:28 -08:00
Joe Nelson e84b4cbcfe Fill out the API ops 2016-12-04 18:34:35 -08:00
Joe Nelson 6b255e9806 Mark inline code as code, not italics 2016-12-04 13:59:24 -08:00
Joe Nelson 564c51fe79 Stored procs 2016-12-04 13:34:33 -08:00
Joe Nelson b35ffd4931 First draft of resource embedding 2016-11-21 23:04:06 -08:00
Joe Nelson 455dc5c8bc OpenAPI overview 2016-11-20 22:41:05 -08:00
Joe Nelson dacf39404e Singular or plural 2016-11-20 22:03:04 -08:00
Joe Nelson 216550e959 Content negotiation 2016-11-20 21:39:35 -08:00
Joe Nelson 684a9f9566 Spell check, WIP Circle CI for sphinx 2016-11-20 14:26:50 -08:00
Joe Nelson d1d6001a6d Alternate url structure 2016-11-19 12:04:10 -08:00
Joe Nelson fda3e58619 Fix code block lexing 2016-10-24 15:23:44 -07:00
Joe Nelson 5cd719bdff Limits and offsets 2016-10-10 11:14:11 -07:00