Building APIs
TIBCO Cloud Integration- Flogo (PAYG) lets you take an API-first development approach to implement APIs from a GraphQL schema or a Swagger 2.0 specification. Once you upload a GraphQL schema or Swagger file, TIBCO Cloud Integration- Flogo (PAYG) validates the file and if the validation passes, it automatically creates the Flogo flows and trigger for you.
This section contains the following topics:
- Using a Swagger Specification
TIBCO Cloud Integration- Flogo (PAYG) gives you the option to create the Flogo app logic (flows) by importing a Swagger 2.0 specification file. You simply drag and drop a Swagger file into the TIBCO Cloud Integration- Flogo (PAYG) UI and the flows for your app automatically get created based on the definitions in the Swagger file that you uploaded. - Using GraphQL Schema
GraphQL provides a powerful query language for your APIs enabling clients to get the exact data that they need. It has the ability to get data from multiple resources in a single request by aggregating the requested data to form one result set. GraphQL provides a single endpoint for accessing data in terms of types and fields.
Copyright © Cloud Software Group, Inc. All rights reserved.