edgeimpulse / notebooks

Notebooks using the Edge Impulse libraries
4 stars 1 forks source link

Add rest definitions to facilitate local API debugging #10

Closed ijdoc closed 2 years ago

ijdoc commented 2 years ago

For example, a deployment.rest file with the following content:

@host = studio.edgeimpulse.com
@base=https://{{host}}/v1/api
###

# @name listProjectDownloads
GET {{base}}/{{$dotenv projectId}}/downloads
X-API-KEY: {{$dotenv apiKey}}
Content-Type: application/json
###
ijdoc commented 2 years ago

Closed with ee8c9b4