Analyzer::Specification::Directus
Inherits Analyzer::Specification::SchemaApiCommon < Analyzer::Specification::SpecificationEngine < Analyzer < FileHelper < Reference < Object
Directus serves every user collection in the snapshot at
/items/<collection>, with the item-level verbs on
/items/<collection>/<id> and singletons on
/items/<collection>/singleton.
Constants
A wide collection would otherwise contribute hundreds of filter params to a single endpoint.
Relational and presentational fields are not columns - they carry no writable value on the item itself.
Directus' system tables are always present and are not part of the project's own surface.
Class methods
Instance methods
Instance-side view of the same declaration. The per-file rescues live on
this base class, which has no way to name the analyzer that is running
inside them, so a skipped file could not be attributed to a tech.
Deriving it from analyzer_for keeps the name written exactly once.