Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temp changelog #22

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### v0.3.0 (TBD)

- `getManyEvents` filtering by multiple statuses
- TODO webhook verification signature

Comment on lines +4 to +5
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- TODO webhook verification signature
- TODO webhook verification signature
- express example

### v0.2.0

- `sentAt` and `failedAt` filtering options for `getManyEvents`

### v0.1.1

- Adding more docs
- Adding test coverage

### v0.1.0

- Create an event
- Get an event by ID
- Update an event
- Get many events
5 changes: 5 additions & 0 deletions example/.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# You can retrieve these values

JITER_API_KEY=''
JITER_SIGNING_SECRET=''
BASE_URL=''
75 changes: 75 additions & 0 deletions example/dist/api/events.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/dist/api/events.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions example/dist/api/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/dist/api/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions example/dist/api/webhooks.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/dist/api/webhooks.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions example/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/dist/tsconfig.build.tsbuildinfo

Large diffs are not rendered by default.

Loading