Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 348 Bytes

File metadata and controls

20 lines (18 loc) · 348 Bytes

Example HTTP Requests

Example 1. View all function definitions
curl request
curl -X GET "http://$USER:$PASSWORD@$HOST:8096/api/v1/functions"
Example 2. Save all function definitions to file
curl request
curl -X GET "http://$USER:$PASSWORD@$HOST:8096/api/v1/functions" \
  -o array_of_functions.json