Results for "tag:api"
-
hal: HAL 157
Eiffel HAL is a library to work with http://stateless.co/hal_specification.html#json HAL is used for exposing RESTful hypermedia APIs. Right now the current implementation only support JSON_HAL.
Hypermedia REST Media-type API Media-Type api rest hypermedia media-type
Mon, 10 Jun 2024 14:37:07 GMT
-
collection+json: Eiffel Collection+JSON 175
Eiffel Collection+json is a library to work with Collection+JSON - Hypermedia Type, see http://www.amundsen.com/media-types/collection/ .
hypermedia media-type api collection+json web
Mon, 10 Jun 2024 14:37:09 GMT
-
ROC: ROC CMS 175
Eiffel ROC CMS library is build with [EWF](http://eiffelwebframework.github.io/EWF/) and inspired by [Drupal](https://www.drupal.org/). The goal of the library is to provide the following features. - content type - user management - node management - module design - theme - API - ...
cms web rest api user node module theme authentication
Mon, 10 Jun 2024 14:33:01 GMT
-
cypress: Cypress the OAuth consumer library 176
OAuth consumer library
authentication api oauth consumer web
Mon, 10 Jun 2024 14:36:59 GMT
-
api_wrapper: API wrapper 180
library used to wrap external libraries.
Mon, 10 Jun 2024 14:34:20 GMT
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).