Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki-1.43.1/includes/Rest/
Upload File :
Current File : /var/www/html/mediawiki-1.43.1/includes/Rest/specs.v0.json

{
	"mwapi": "1.0.0",
	"moduleId": "specs/v0",
	"audience": "dev",
	"info": {
		"title": "Specs",
		"description": "Self-documentation module providing discovery, specs, and schemas for all available modules.",
		"version": "0.1.0"
	},
	"paths": {
		"/discovery": {
			"get": {
				"handler": {
					"class": "MediaWiki\\Rest\\Handler\\DiscoveryHandler",
					"services": [
						"MainConfig"
					]
				}
			}
		},
		"/module/{module}": {
			"get": {
				"handler": {
					"class": "MediaWiki\\Rest\\Handler\\ModuleSpecHandler",
					"services": [
						"MainConfig"
					]
				}
			}
		},
		"/module/{module}/{version}": {
			"get": {
				"handler": {
					"class": "MediaWiki\\Rest\\Handler\\ModuleSpecHandler",
					"services": [
						"MainConfig"
					]
				}
			}
		}
	}
}