UNPKG
@j3lte/frigate-api
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
Get Frigate data from the Frigate Data API
j3lte/frigate-api
@j3lte/frigate-api
/
types
/
src
/
client.d.ts
8 lines
(7 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{ paths }
from
"./frigate-api"
;
/** * Create a Frigate client *
@param
baseURL
- The base URL of the Frigate instance *
@returns
A Frigate client */
export
declare
const
createRawFrigateClient
:
(
baseURL
:
string
) =>
import
(
"openapi-fetch"
).
Client
<paths,
`
${
string
}
/
${
string
}
`
>;