URL to self within the JSON api.

Property definitions

nitc :: api_base $ MEntity :: api_url
	# URL to `self` within the JSON api.
	fun api_url: String do return "/api/entity/" / full_name
src/doc/api/api_base.nit:173,2--174,57

nitc :: api_base $ MClassType :: api_url
	redef var api_url = mclass.api_url is lazy
src/doc/api/api_base.nit:211,2--43

nitc :: api_base $ MVirtualType :: api_url
	redef var api_url = mproperty.api_url is lazy
src/doc/api/api_base.nit:226,2--46

nitc :: api_base $ MParameterType :: api_url
	redef var api_url = mclass.api_url is lazy
src/doc/api/api_base.nit:221,2--43

nitc :: api_base $ MNullableType :: api_url
	redef var api_url = mtype.api_url is lazy
src/doc/api/api_base.nit:216,2--42