util::resources::cdnjs_version_API (public)

 util::resources::cdnjs_version_API -library library [ -count count ]

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Return a link to the version API of cdnjs. The "-library" is the name under which the package is available from cdnjs.

Switches:
-library
(required)
-count
(defaults to "1") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 util::resources::cdnjs_get_newest_version util::resources::cdnjs_get_newest_version (public) util::resources::cdnjs_version_API util::resources::cdnjs_version_API util::resources::cdnjs_get_newest_version->util::resources::cdnjs_version_API

Testcases:
No testcase defined.
Source code:
        return https://api.cdnjs.com/libraries?search=$library&search_fields=name&fields=filename,description,version&limit=$count
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/utilities-procs.xql

[ hide source ]
Show another procedure: