Constructors
constructor
- new Turbine(apiKey, baseUrl?): Turbine
-
Parameters
-
apiKey: string
-
Optional baseUrl: string
Properties
Private axios
axios: Axios
Methods
createProject
- createProject(config): Promise<string>
-
Returns Promise<string>
deleteProject
- deleteProject(projectId): Promise<void>
-
Returns Promise<void>
search
- search(projectId, query, limit?): Promise<SearchResult[]>
-
Parameters
-
projectId: string
-
query: string
-
limit: number = 10