generated from deepgram/oss-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Redesign for new console * Updating custom-id to custom-string for custom models * Updating based on API changes * Fix ws close code Normal closure is 1000 rather than 0 (https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent) * Updates to objects & README * Improving comments & README * Improving tests * Updating endpoints to actual endpoints * Removing project create/delete * Finishing usage endpoints and README * 1.0.1-alpha.0 * Alpha version * Updating default options * Updating for new API endpoint * Updating transcription & usage types * Updating references Co-authored-by: Frums <[email protected]>
- Loading branch information
1 parent
ae32f34
commit 3e307c1
Showing
55 changed files
with
1,800 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
node_modules | ||
dist | ||
out | ||
.nyc_output | ||
.nyc_output | ||
api.http | ||
*.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,7 @@ tests | |
sample | ||
.github | ||
.nyc_output | ||
.eslintignore | ||
.eslintrc.js | ||
.prettierrc | ||
tsconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.