render.com API wrapper
Project description
render.com API wrapper
Documentation
Coverage
Aiming for full coverage. Currently we should support full functionality of render.com API
Install
pip install renderapi
How to use
from renderapi import RenderApi
ra = RenderApi({RENDER_API_KEY})
#get custom domains
data = ra.custom_domains.get({serviceId})
print(data)
print(data.json())
#get jobs
data = ra.jobs.get({serviceId})
print(data)
print(data.json())
#get owners
data = ra.owners.get({ownerId})
print(data)
print(data.json())
#get services
data = ra.services.get()
print(data)
print(data.json())
#get deploys
data = ra.deploys.get({serviceId})
print(data)
print(data.json())
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
renderapi-1.1.0.tar.gz
(4.0 kB
view details)
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 renderapi-1.1.0.tar.gz.
File metadata
- Download URL: renderapi-1.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1addfb596dd02299df9994e5b3c7b96a05d5fde5d77beb9c557c8746ee29f13
|
|
| MD5 |
0aeeab495fc86577ef39e67b0ce6c028
|
|
| BLAKE2b-256 |
85ccaf5d464efe7cb87a39cdf667e289ac728fe241c924b7f059f91207c922db
|
File details
Details for the file renderapi-1.1.0-py3-none-any.whl.
File metadata
- Download URL: renderapi-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1101378895c7e211fb99233154e02bdecac825f02ffc62948689c873fd564e8
|
|
| MD5 |
10864e5a8d26ed392657d0224688df62
|
|
| BLAKE2b-256 |
7dee6ee343f3c4090e4fbbac58a8880b26f3ba8bfe051bcac34b2155b94284c6
|