Property definitions

nitc $ APICatalogPerson :: defaultinit
# Get a person existing in the catalog
#
# `GET /person/:pid`: get the person with `pid`
class APICatalogPerson
	super APICommand

	redef fun command do return new CmdCatalogPerson(config.model, config.catalog)
end
src/doc/api/api_model.nit:288,1--295,3