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

models.autoRealization.Tests.M2.Reuse.Reuse_MultiValuedRootsAndRefs.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
import TaxBlasterData.Model from "../../../models/TaxBlasterDataModel.rapid" as data

rapidModel TaxBlaster
	resourceAPI TaxBlasterAPI baseURI "http://taxblaster.com/api"

		with autoRealizations
			"./Reuse_MultiValuedRootsAndRefs.yaml"
			
		/** testing comment */
		collectionResource PersonCollection type Person
			URI /people
			method GET getPeople
				request
				response with this PersonCollection statusCode 200
				
		objectResource AccountantObject type Accountant
			URI /accountants/{id}
				required templateParam id property employeeID
			method GET getAccountantObject
				request
				response with this AccountantObject statusCode 200
			method PUT putAccountantObject
				request with type Accountant
				response with type Accountant statusCode 200
					with all properties including
						employeeID!		




© 2015 - 2024 Weber Informatics LLC | Privacy Policy