Rename get_schema()
(and helper functions) to schema()
#263
Labels
function:get
Functions get_schema(), get_resource()
get_schema()
(and helper functions) to schema()
#263
With #262 we plan to introduce a
version()
, a function that doesn't start with a verb. This is similar to some camtrapdp functions (version()
,deployments()
, etc.). The functions have the advantage that they can have an equivalent set functionversion()<-
.Frictionless currently has other verb-less functions, mainly
resources()
(and alsoexample_package()
and the privatelocale()
,col_types()
, ...).For consistency, I think we then need:
The alternative is:
That alternative is less appealing to me. @PietrH @sannegovaert @damianooldoni thoughts?
If we implement this:
get_schema()
toschema()
get_schema()
get_resource()
toresource()
function:get
The text was updated successfully, but these errors were encountered: