pydo.functions.list_namespaces()

Generated on 8 May 2026 from pydo version v0.34.0

Usage

client.functions.list_namespaces()
Returns JSONRaises HttpResponseError

Description

Returns a list of namespaces associated with the current user. To get all namespaces, send a GET request to /v2/functions/namespaces.

Request Sample

Show Request Sample
import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

resp = client.functions.list_namespaces()

Response Example

Show Response Example
{
  "namespaces": []
}

More Information

See /v2/functions/namespaces in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.