Commit graph

101 commits

Author SHA1 Message Date
Gered e0f02c05d6 bump version 2014-09-08 15:13:12 -04:00
Gered 048557d4d1 minor refactoring 2014-09-08 15:12:58 -04:00
Gered ed4d571cf5 allow extra parameters to be passed to get-resource-bundle 2014-09-08 15:07:10 -04:00
Gered fa5e84fb1b bump version 2014-09-08 14:53:16 -04:00
Gered 5c2a9b838e shouldn't be using join-paths here, cemerick.url/url is best
proper handling of a full URL (join-paths is really just for joining
of sub-paths after the protocol & domain name)
2014-09-08 13:48:06 -04:00
Gered 7845a3a2a5 bump version 2014-09-08 13:35:08 -04:00
Gered f966e6b26f fix incorrect call to validate-bundle! fn 2014-09-08 13:34:47 -04:00
Gered 81db5968f1 bump version 2014-09-04 15:28:05 -04:00
Gered 152f72a2bb use a more descriptive arg name 2014-09-04 15:27:33 -04:00
Gered 7b240580ea formatting 2014-09-04 15:26:55 -04:00
Gered 8b0be35c6f add function 'parse-url' which auto determines whether the url is absolute or relative and parses appropriately 2014-09-04 15:26:39 -04:00
Gered 4eb769ded8 bump version 2014-09-03 09:35:53 -04:00
Gered 95e68d49df add helpers for getting extension values from a resource 2014-09-03 09:25:07 -04:00
Gered 29aef2e2f6 update doc comment to include a relevant reference link 2014-09-03 09:17:26 -04:00
Gered ae85b7b00d add function for following contained resource references 2014-09-03 09:17:09 -04:00
Gered d3599ee48a helper function for finding resources in a bundle by url 2014-09-03 09:12:55 -04:00
Gered cc7b3f38f4 helper function for checking if a url is absolute or not 2014-09-03 08:49:23 -04:00
Gered e4689d03eb add get-base-url-from-bundle. make get-bundle-next-page-url public. 2014-09-02 15:20:52 -04:00
Gered 442162d7e5 add helper functions for turning date/time strings to Date objects 2014-09-02 15:17:50 -04:00
Gered 71bcc7699d bump version 2014-09-02 13:10:11 -04:00
Gered 28d5efd4b5 add helper functions for converting between relative and absolute URLs 2014-09-02 13:09:41 -04:00
Gered 0bb903a746 forgot this 2014-09-02 13:01:20 -04:00
Gered d48ec5183f split parse-resource-url into 2 functions for relative/absolute urls.
also updated absolute resource url parsing to not require the server
base url to be passed in, which is oh-so-much-nicer
2014-09-02 13:01:09 -04:00
Gered b8aaf2db4b bump version 2014-09-02 07:49:15 -04:00
Gered 591c3ff2db add transaction support 2014-08-29 15:34:42 -04:00
Gered 9c8155cfc4 bump version 2014-08-29 09:58:39 -04:00
Gered 7d5736be79 add documentation for authentication support 2014-08-29 09:58:19 -04:00
Gered 35cc2eda99 add basic authentication support 2014-08-29 09:50:36 -04:00
Gered 5ea1673530 update function args, no idea why they were written like that ... 2014-08-29 08:53:30 -04:00
Gered 21333538a5 remove mistakenly committed test code 2014-08-26 14:13:01 -04:00
Gered bd825857b0 bump version 2014-08-26 14:12:08 -04:00
Gered d530f429af use POST requests for all searches due to HTTP GET query size limits 2014-08-26 14:11:22 -04:00
Gered 16b52e6316 search requests now always use the optional "_search" url 2014-08-26 13:51:01 -04:00
Gered 08a07dadc2 add support for parsing relative resource urls 2014-08-20 14:00:25 -04:00
Gered 74337341d2 add docs for history 2014-08-06 10:54:22 -04:00
Gered e29e1241ec add history support 2014-08-06 10:20:26 -04:00
Gered 5830d01c23 fix ->local-timestamp so it actually returns local timestamp strings 2014-08-06 10:02:11 -04:00
Gered 89b17de037 update docs 2014-08-06 09:47:14 -04:00
Gered 15605f71e7 add helper functions for parsing FHIR resource urls 2014-08-06 09:44:36 -04:00
Gered 264233dc6e remove unused function 2014-08-06 09:17:52 -04:00
Gered 5f9ed2298a fix collect-resources adding nils for deleted resources 2014-08-06 09:14:39 -04:00
Gered e226ce35af bit of a better example (gives an idea of returned results) 2014-08-06 09:12:35 -04:00
Gered b56735c01a add missing doc comment 2014-08-06 08:57:52 -04:00
Gered 26e44a2d46 add some additional explanation of the keys in fhir error exceptions 2014-08-06 08:57:41 -04:00
Gered e2d698c724 more minor doc fixes 2014-08-05 15:32:33 -04:00
Gered 3fa806e8f5 minor doc fix 2014-08-05 15:30:15 -04:00
Gered 28f2cef6dd add helper function for checking if a resource has been deleted or not 2014-08-05 15:28:29 -04:00
Gered 8e790e2b21 minor formatting tweak 2014-08-05 15:19:20 -04:00
Gered c190b48ce0 add a section explaining some general/common things about the api 2014-08-05 15:19:09 -04:00
Gered 23baab2fae add note about JSON server support requirements 2014-08-05 14:53:59 -04:00