Skip to content

Accelerate integration projects using SAP Cloud Platform API Management with crowdsourced best practices, curated by experts, designed for developers.

License

Notifications You must be signed in to change notification settings

btbernard/apibusinesshub-api-recipes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to SAP API Business Hub Community for API Recipes

| Browse by Topic | Browse by Type | Request a Recipe | Report a broken link |

SAP API Management provides enterprises a comprehensive solution to address all API needs, with features such as API provisioning and publishing, API discovery and consumption, security and access control, analytics and reporting, monitoring and operations and developer portal, learn more.

This repository provides samples of API proxies, policy templates and applications, showcasing the capabilities of SAP API Management to deliver APIs protected by state-of-the-art authentication mechanisms and security policies (API Keys, basic authentication, SAML tokens, SQL threat protection) to effectively secure access to your data and services and protecting them for consumption in the cloud using quotas, spike arrests and URL rewriting.

The graphical user interface of API Management is itself API-based, permitting extensions and customizations. A sample is given in the cloudportaltemplate sub folder.

What is an API Proxy?

An API Proxy is a representation of a HTTP-based service that abstracts the actual proxy endpoint properties on one end and the actual target endpoint (the endpoint that is relevant for the end user to invoke) on the other end. Additionally it includes properties that describe the policies that can be invoked on the API, learn more.
Policies define a set of rules (such as enforcing security and controlling traffic) that is applied on the API, learn more

What is a Policy Template?

A Policy Template is the best way to apply the same sequence of policies to multiple API Proxies. The policy templates can be shared and reused, learn more.

Before Starting

  • Sign up here for a free trial of SAP Cloud Platform.

  • Instructions for sign up here for a free trial of SAP API Management.

  • Refer to the blog for an Overview of SAP API Management

How to consume the recipes?

Please refer to the help documentation to import an API Proxy

Refer to this blog on how to consume policy templates. You can also refer to the following help documents:

Available recipes

Custom API Developer Portal Sample

Cloud Portal Template in the cloudportaltemplate sub folder contains a sample website project that uses SAP HCP, Portal Service to build a custom API Management Developer Portal. This is helpful in scenarios where API creators want to give their developers features not present in the standard API Management Developer Portal.

How to obtain support?

Contributing

Contribute to this repository with reusable content or samples. Please read the CONTRIBUTING.md for more details.

LICENSE

Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the SAP SAMPLE CODE LICENSE FOR DEVELOPED APPLICATIONS except as noted otherwise in the LICENSE.

About

Accelerate integration projects using SAP Cloud Platform API Management with crowdsourced best practices, curated by experts, designed for developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.1%
  • HTML 23.5%
  • Python 9.5%
  • Java 7.9%
  • Shell 4.6%
  • Batchfile 1.6%
  • CSS 0.8%