snapline-api-adapters
REST, GraphQL, and SOAP API adapters for Snapline — file-driven test requests with a single execution interface.
Install
pip install snapline-api-adapters
Quick start
from snapline.api_adapters import api, execute_api
config = api.rest({
"baseUrl": "https://api.example.com",
"endpoint": "/users",
"method": "GET",
})
response = execute_api(config)
print(response)
Documentation
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file snapline_api_adapters-0.2.2.tar.gz.
File metadata
- Download URL: snapline_api_adapters-0.2.2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd2d219622c882ddc925717d791efe097f49a4fbca96a215486e9ac8fd5964cc
|
|
| MD5 |
df29682f62fc8ffe66dd30a07452d422
|
|
| BLAKE2b-256 |
bb6a47e1b5c61244a995114893525fcfa1998d9b42a184ca45c04732a0901898
|
File details
Details for the file snapline_api_adapters-0.2.2-py3-none-any.whl.
File metadata
- Download URL: snapline_api_adapters-0.2.2-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5f1b7f537aa21680db818a0e284bb182953cfbf96e0f54695beea027dd3934e
|
|
| MD5 |
099d22736e351c79e49b93859f225246
|
|
| BLAKE2b-256 |
df9aaeebae087f24760c341430afcf86166911d6465f384a3d6a6db001aa10d7
|