5. The next page displays some additional choices you need to make about security and whether you want to immediately publish your API to the…
Continue Reading....Adding the GraphQL proxy – Digital Transformation with IBM API Connect-1
As with previous chapters, you can utilize the API Manager or Local Test Environment (LTE) to create your GraphQL API. The following steps will walk…
Continue Reading....Queries, mutations, and resolvers – Digital Transformation with IBM API Connect
As you learned in the previous section, the Query type defines the object you will be interacting with. A GraphQL query is used to read…
Continue Reading....Technical requirements – Digital Transformation with IBM API Connect
In this chapter, you will be referencing the use of an Express.js GraphQL server to assist you with learning about GraphQL. You will find this…
Continue Reading....GatewayScript – Digital Transformation with IBM API Connect
We saw the power of having a complete programming language for working with XML messages to not only transform the XML but to access API…
Continue Reading....Implementing advanced transformations with XSLT and GatewayScript – Digital Transformation with IBM API Connect
So, you find yourself needing to perform a transformation on your messages, but none of the built-in transformation policies will provide exactly what you need.…
Continue Reading....Applying JSON to XML or XML to JSON policies- Digital Transformation with IBM API Connect
As you have seen throughout this chapter, there are two data formats that we have been focusing on – XML and JSON. They are the…
Continue Reading....Redacting fields- Digital Transformation with IBM API Connect
When we speak about transforming data within our APIs, we often think about modifying the data structure itself; perhaps converting from one format to another,…
Continue Reading....Technical requirements- Digital Transformation with IBM API Connect-2
7. To review your inline schema, click the Done button on your input definition screen shown in Figure 8.6. This will now bring you back…
Continue Reading....Technical requirements- Digital Transformation with IBM API Connect-1
The examples presented in this chapter will require an installation of API Connect or API Connect LTE to configure and execute them. A working knowledge…
Continue Reading....