Was this helpful?

This set of Learning Paths outlines common scenarios for getting started creating an API in the API Platform - from initial set up of your API, to configuring and customizing the logic to managing and manipulating data as they flow through the API.


Creating APIs

Create an API facade (and an API proxy configuration) - includes

  • Setting sever information for your API
  • Managing API versions
  • Adding API resources
  • Handling API revisions

Configuring APIs

Enhance your app with third-party APIs - Twitter, Facebook, (maps), etc.

Modify request/response headers

Conditionally execute logic based on request content

Customize API behavior based on error conditions

Paginate API responses


Managing API Payloads

Orchestrate multiple API calls into a single response

Store data temporarily for use by my policy or JavaScript

Transform message formats -  XML/JSON, SOAP/REST, etc.