Skip to content

Commit dc3fec4

Browse files
committed
fix: correctly pass requestBody parameters for POST requests (Issue #548)
1 parent 2987148 commit dc3fec4

File tree

3 files changed

+690
-251
lines changed

3 files changed

+690
-251
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uapi-sdk-python
22

3-
![Banner](https://raw.githubusercontent.com/AxT-Team/uapi-sdk-python/main/banner.png)
3+
![Banner](https://raw.githubusercontent.com/uapis/uapi-sdk-python/main/banner.png)
44

55
[![Python](https://img.shields.io/badge/Python-3.9+-3776AB?style=flat-square&logo=python&logoColor=white)](https://www.python.org/)
66
[![Docs](https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square)](https://uapis.cn/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "uapi-sdk-python"
7-
version = "0.1.4"
7+
version = "0.1.0"
88
description = "Idiomatic UAPI SDK for Python"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)