Liking cljdoc? Tell your friends :D

com.eldrix.trud.release

Support for the UK NHS Digital's TRUD. TRUD is the Technology Reference data Update Distribution.

Support for the UK NHS Digital's TRUD.
TRUD is the Technology Reference data Update Distribution.
raw docstring

get-latestclj

(get-latest api-key item-identifier)

Returns information about the latest release of the item specified.

Returns information about the latest release of the item specified.
sourceraw docstring

get-releasesclj

(get-releases api-key item-identifier)
(get-releases api-key item-identifier {:keys [only-latest?]})

Returns a sequence of structured metadata about each release of the distribution files. Data are returned as-is from the source API, except that dates are parsed and the item-identifier is included using the key 'itemIdentifier'. Parameters:

  • api-key : your API key from TRUD
  • item-identifier : item identifier

For example, 341 is the NHS ODS XML distribution.

Returns a sequence of structured metadata about each release of the
distribution files. Data are returned as-is from the source API, except that
dates are parsed and the item-identifier is included using the key
'itemIdentifier'.
Parameters:
 - api-key         : your API key from TRUD
 - item-identifier : item identifier

 For example, 341 is the NHS ODS XML distribution.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close