Results for "tag:rest"
-
hal: HAL
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
Tue, 20 Jan 2026 17:04:42 GMT
-
ROC: ROC CMS
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
Tue, 20 Jan 2026 16:58:39 GMT
-
s3-client: S3 Client Library 2
Eiffel library for interacting with S3-compatible storage services (AWS S3, MinIO, etc.). Provides a simple interface to perform common S3 operations: list, read, write, and delete objects in a bucket. Uses AWS Signature Version 4 (AWS4-HMAC-SHA256) for authentication.
s3 aws storage cloud minio http rest api
Tue, 20 Jan 2026 17:40:38 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 (*,?).