Skip to content

Commit

Permalink
chore: Revert use-cases script (#150)
Browse files Browse the repository at this point in the history
…ion (#142)"

This reverts commit 390326a.

## Describe your changes

## Issue ticket number and link

## Checklist before requesting a review (skip if just adding/editing
APIs & templates)

-   [ ] I added tests, otherwise the reason is:
-   [ ] External API requests have `retries`
-   [ ] Pagination is used where appropriate
- [ ] The built in `nango.paginate` call is used instead of a `while
(true)` loop
- [ ] Third party requests are NOT parallelized (this can cause issues
with rate limits)
- [ ] If a sync requires metadata the `nango.yaml` has `auto_start:
false`
-   [ ] If the sync is a `full` sync then `track_deletes: true` is set
- [ ] I followed the best practices and guidelines from the [Writing
Integration
Scripts](/NangoHQ/integration-templates/blob/main/WRITING_INTEGRATION_SCRIPTS.md)
doc
  • Loading branch information
nalanj authored Dec 11, 2024
1 parent 390326a commit e7ba716
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ node_modules
**/.nango
**/models.ts
.vscode/

// use-cases documentation dump
use-cases.json
45 changes: 0 additions & 45 deletions scripts/generate-docs-use-cases.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"composite": true,
"checkJs": false
},
"include": ["integrations", "globals.d.ts", "scripts"]
"include": ["integrations", "globals.d.ts"]
}

0 comments on commit e7ba716

Please sign in to comment.