A package to connect retrieve the API credentials in SAP BTP
Project description
CloudConnect
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file cloudconnect2-0.1.2.tar.gz
.
File metadata
- Download URL: cloudconnect2-0.1.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 018b001fa171be708ab7da249c16d8b90e67b37b126ca0fc7957f5ae06ccb35e |
|
MD5 | 9c5e30a42b5215de348c2776b7a45075 |
|
BLAKE2b-256 | 294de5794bccf66b340204f6aa9b30f0ba17c0b5f08109c903d1a8e23fa3770d |
File details
Details for the file cloudconnect2-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: cloudconnect2-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aee70aba402fe0c4439801a5d2affefc472d6d8c3eb1b2ee57c50c4d2aa678b |
|
MD5 | 67d8a5d85838023134320103ac8fa885 |
|
BLAKE2b-256 | 807afff0e7cff3e0c09f7c78bc3fa59c5fcc6314eed817de6cce07e30fd09d09 |