Compile export namespace to ES2015
Allow parsing of export namespace from
RFC9562 UUIDs
Tools for debugging your node.js modules and event loop
Generate HEX colors for a given namespace using color v5
Generate HEX colors for a given namespace.
Tools for manipulating ApiDOM structures.
OpenAPI 3.1.x namespace for ApiDOM.
API Design Systems 2021-05-07 namespace for ApiDOM.
JSON Schema 2019-09 namespace for ApiDOM.
OpenAPI 2.0 namespace for ApiDOM.
AsyncAPI 2.x.y namespace for ApiDOM.
JSON Schema 2020-12 namespace for ApiDOM.
OpenAPI 3.0.x namespace for ApiDOM.
JSON Schema Draft 6 namespace for ApiDOM.
Arazzo Specification 1.0.1 namespace for ApiDOM.
JSON Schema Draft 4 namespace for ApiDOM.
JSON Schema Draft 7 namespace for ApiDOM.
Parser adapter for parsing YAML documents into OpenAPI 2.0 namespace.
OpenAPI 3.2.x namespace for ApiDOM.
TypeScript definitions for debug
Parser adapter for parsing JSON documents into OpenAPI 2.0 namespace.
Parser adapter for parsing YAML documents into OpenAPI 3.1.x namespace.
Parser adapter for parsing YAML documents into API Design Systems namespace.
Dummy gem, sinatra-namespace is now part of sinatra-contrib: http://www.sinatrarb.com/contrib/
Rack middleware that works with Sinatra to dynamically create CRUD endpoints and routes based on models. It ain't perfect, but it works. These generated CRUD routes are assumed to return a Rack response. It's important to note, that you models and endpoints must be in separate modules (read: namespaces). Input and Response data are formatted as JSON. See the README for more info.
Sinatra-rraoute provides `gget'/`ppost'/`ddelete'/... methods which work just like Sinatra's built-in `get'/`post'/`delete'/... methods, but which map named routes to functions so that they can be referenced in redirects etc. The `path' helper will return a route for a certain route name and the given values for this route and comes in handy in both, the controller/model component of the application, and the view where you can use it to render links, assets URLs, AJAX calls... The nestable `nnamespace' method is useful for API versioning and does not interfere with other namespace extensions for Sinatra.