Publish Swagger (OpenAPI 2.0) Documentation
Luna API
Write, Document, Publish
You need to personalize the tests
Enter the parameters in the properties of the APICalls class (use the same parameternames as under APICallDocs). Make sure you enter values for the required parameters. e.g. in v1_DELETE_Contacts, you need to give a value to the emailaddress PathParameter
In this case the value of the property v1_Contacts_DELETE in the APICalls class could be
[
{
"test1": {
"APIPath": "/Contacts/{emailaddress}",
"PathParameters": {
"emailaddress": "timdietrich@me.com"
}
}
}
]
NOTE: The text is there to make it easier to read. What needs to be changed is the default value of the property.