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

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

There is a newer version: 1.4.2
Show newest version
/* A model to test hyperlinks from a Collection to an Object resource */
rapidModel TestCollectionResource
	resourceAPI PersonAPI baseURI "http://my-namespace.com"
		objectResource PersonObject type Person
			URI /person/{id}
			mediaTypes
				application/xml
			method GET getPersonObject
				request
				response PersonObject statusCode 200
		
		collectionResource PersonCollection type Person
			URI /person
			mediaTypes
				application/xml
			method GET getPersonCollection
				request
				response PersonCollection statusCode 200

	dataModel PersonDataModel
		structure Person
			id : string




© 2015 - 2024 Weber Informatics LLC | Privacy Policy