List all regions supported by App Platform.
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
get_resp = client.apps.list_regions()
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.