Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/aliyun-api
Python API client for the Alibaba Cloud services
https://github.com/hivesolutions/aliyun-api
alibaba aliyun api client cloud python
Last synced: about 22 hours ago
JSON representation
Python API client for the Alibaba Cloud services
- Host: GitHub
- URL: https://github.com/hivesolutions/aliyun-api
- Owner: hivesolutions
- Created: 2018-03-13T20:48:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T22:54:58.000Z (3 months ago)
- Last Synced: 2024-08-28T00:07:49.128Z (3 months ago)
- Topics: alibaba, aliyun, api, client, cloud, python
- Language: Python
- Homepage: http://aliyun-api.hive.pt
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Alibaba Cloud API](http://aliyun-api.hive.pt)
Python API client for the Alibaba Cloud services.
## Configuration
| Name | Type | Description |
| --------------------- | ----- | -------------------------------------------------------------------------------------------------------------- |
| **ALIYUN_BASE_URL** | `str` | The base URL to be used for the API calls (defaults to `https://oss-cn-beijing.aliyuncs.com/`). |
| **ALIYUN_ACCESS_KEY** | `str` | Secret key to be used to authenticate API request (defaults to `None`). |
| **ALIYUN_SECRET** | `str` | String value to be kept secret and used in the request signing process as the secret key (defaults to `None`). |## License
Alibaba Cloud API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[![Build Status](https://github.com/hivesolutions/aliyun-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/aliyun-api/actions)
[![PyPi Status](https://img.shields.io/pypi/v/aliyun-api.svg)](https://pypi.python.org/pypi/aliyun-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)