UNPKG
recall_sdk
Version:
latest (2.0.0)
2.0.0
1.5.0
1.4.0
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Node js sdk for the recall ai api
github.com/sam-ayo/recall_sdk
sam-ayo/recall_sdk
recall_sdk
/
dist
/
recall-axios.d.ts
8 lines
(7 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
AxiosInstance
}
from
'axios'
;
export
declare
class
RecallAxios
{
private
static
instance;
static
getInstance
({ apiKey }: {
apiKey
:
string
; }):
AxiosInstance
; }