SAP / apibusinesshub-api-recipes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to SAP API Business Hub Community for API Recipes

REUSE status

| 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

How to obtain support?

Contributing

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

Licensing

Copyright 2016-2021 SAP SE or an SAP affiliate company and apibusinesshub-api-recipes contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.

About

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

License:Apache License 2.0


Languages

Language:JavaScript 51.4%Language:HTML 20.8%Language:Python 14.6%Language:Java 7.0%Language:Shell 4.1%Language:Batchfile 1.4%Language:CSS 0.7%