SAP Integration Suite 内の API 管理機能で API Designer の編集を使用して API を作成しています。リソースを統合するための次の手順は何ですか?
正解:A
After creating an API in the API management capability within SAP Integration Suite using Edit in API Designer, the next step to consolidate the resources is to generate the server stubs. Server stubs are code snippets that implement the API operations on a server-side application. They can be generated in different languages and frameworks, such as Java, Node.js, Python, or Spring Boot. Generating server stubs can help you to quickly prototype and test your API functionality without writing much code. Reference: Create an API Using the API Designer | SAP Help Portal, Generate Server Stubs | SAP Tutorials