pydo.apps.list_regions()
Generated on 1 May 2025
from pydo
version
v0.11.0
Description
List all regions supported by App Platform.
Request Sample
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
get_resp = client.apps.list_regions()
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.