Is it possible to get metadata of an OData service in JSON format?
When I try to use format=json , it doesn't work. Here is what I tried :
{application service path}$metadata/?format=json
Error Respose :
{"error": {"code": "406","message": "M...
Hi
Can we achieve this via mta.yml or package.json.
i have deployed a sample application in cf and want to have 2 different version for same api running parallely.
Hi Carlos
Can we achieve the versioning via mta.yaml or package.json.
I have a sample application deployed to cf. Can you please let me know how do i achieve api versioning concept from program point, without using any cloud services.