Skip to main content

A package to connect retrieve the API credentials in SAP BTP

Project description

CloudConnect cloudconnect2

This python package allows you easily retrieve destination information from the SAP BTP

Usage

from cloudconnect2 import load_destination
destinationName = "ABC API Name"
destinationService = "Service"
debugMode = False
destination = load_destination(destinationName, destinationService, debugMode)
  • The destination name determines the name of the API destination in the SAP BTP you want to retrieve
  • The destination service instead is the name of the service binding in the cloud foundry runtime the application wants to access
  • the debug mode determines if we want to recieve just the toke or for development purpose only also other information

Installation

To install the package execute the following command

python3 -m pip install git+https://github.com/Oviing/CloudConnect.git

If you are using jupyter notebook you have to use instead the following command

!python3 -m pip install git+https://github.com/Oviing/CloudConnect.git

Or easy via pip

pip install cloudconnect2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudconnect2-0.1.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

cloudconnect2-0.1.2-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page