List project resources
documentedList resources associated with a project.
GET /v2/projects/{project_id}/resourcesProjectsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.digitalocean.com/v2/projects/{{$project_id}}/resources?per_page={{$per_page}}&page={{$page}}" \
-X GET \
-H "Authorization: Bearer {{DIGITALOCEAN_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"