This blog post will cover everything you need to know about Swagger from an architectural point of view and a basics in-terms of development point of view in API Portal, Developer Portal and SwaggerHub:
What is a Swagger?
Environment Setup to de...
This blog post is to help the developers who are new to SAP APIM.Here, We are going to divide SAP APIM into 4 parts to understand it better. It is a API Development platform where you will work on-
Swagger
API Portal
Developer Portal
API Cli...
Hi Everyone,I have a requirement to write Java code for a API and I don't want to use Service Callout Policy. I am unable to find Java related policy in SAP APIM. Can you please help on Which Policy should be used? And also, any sample code for execu...
Hi Everyone,
I am trying to add Message Logging Policy in SAP API Management. And Based on what I could find, Message Logging Policy should be used in Post Client Flow as a SAP APIM Best Practice. So that it captures message in both Successful and ...
Hi rrmalgi,API Products can be restricted from cockpit.There are two types of restrictions available for each Product or a list of Products: Visible or Subscription based. And Each type can have a specific list of P-Users and S-Users that can be rest...
Hi sopan,These are some of the ways that might help:A OAuth2.0 with clientId, clientSecret and scope for atapi2.company.com might help. So, you will be expecting only this client to SAP APIM.A token (such as a CSRF token) received from the server, wh...
Hi dilip.mehra,I am no expert in telling why SAP used two different standards in SAP API hub. But I would like to mention that, OData and SOAP are completely two different Ways of sending data not only in structure but in protocol also.ODATA uses HTT...
Hi kvrsaicharan1152,As metadata is a object named "__metadata", you can use the regex expression in Javascript policy to remove the object __metadata from the response, this will remove every metadata object present in your response.Hope it helps!Br/...