pydo.apps.list_regions()

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.

In this article...