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

models.dsl.mockservice.ResourceWithoutURI.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
rapidModel ApiarySample
/* 
Welcome to our API. Comments support [Markdown](http://daringfireball.net/projects/markdown/syntax) syntax
*/
	resourceAPI Sample_API_v2 baseURI "https://api.github.com/repos"
		collectionResource ShoppingCartCollection type ShoppingCart
			mediaTypes
				application/json
			method GET 
				request ShoppingCartCollection
				response ShoppingCartCollection statusCode 200
				response ShoppingCartCollection statusCode 404

	dataModel SampleApi
		structure ShoppingCart




© 2015 - 2024 Weber Informatics LLC | Privacy Policy