All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.dsl.Extensions.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
rapidModel MyModel
	resourceAPI MyResourceAPI baseURI "http://my-namespace.com"
		objectResource MyObject type MyType
			URI /uri/{id}
			mediaTypes
				application/xml
			method GET getMyObject
				request
					/** bla-bla */
					required param app_id type string in query
						extensions
							x-data-threescale-name : app_ids
			
	dataModel MyDataModel
		structure MyType
			id : string
		




© 2015 - 2024 Weber Informatics LLC | Privacy Policy