-
Notifications
You must be signed in to change notification settings - Fork 29
refactor/node api design changes #459
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
Merged
Merged
Changes from 42 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
5b064c0
refactor(node): first pass at changing API design away from express m…
domharrington 8365fd3
refactor(node): add support for nested express urls via req.originalUrl
domharrington ec1c08a
refactor(node): remove unneeded test to do with grouping function
domharrington 15b026a
refactor(node): fix up bufferLength tests
domharrington 3a7b181
refactor(node): move get-project-base-url tests elsewhere
domharrington 9b097bd
refactor(node): get `res._body` tests working
domharrington edd32b5
refactor(node): get `req.body` tests working
domharrington e9a318d
refactor(node): tidy up tests
domharrington 425b94f
refactor(node): add some tests for the validation errors
domharrington ad8b7d8
refactor(node): tidy up
domharrington da6d627
refactor(node): fix up other tests
domharrington da9db38
refactor(node): rename default export to readmeio.log()
domharrington 4003342
refactor(node): tidy up
domharrington cc37208
refactor(node): switch from using default export
domharrington 150d913
refactor(integration): updating express app to use new method signature
domharrington f34aa1c
refactor(node): add test showing usage of calling getProjectBaseUrl()…
domharrington 7098501
refactor(integration): remove unused lint rule
domharrington 17edfc0
refactor(integration): update hapi code sample to use new api
domharrington 0f3477d
chore: lint
domharrington 14a2c4c
test: add test for har `pageref`
domharrington ed15cb8
Merge branch 'main' into refactor/node-api-design-changes
domharrington 607d540
chore: lint
domharrington cbe84cd
feat: return with the logId from readme.log() function
domharrington 5c0eca6
Merge branch 'main' into refactor/node-api-design-changes
domharrington a8eee90
chore: lint after `main` branch merge
domharrington 79523b8
chore: fix some tests due to missing dependency
domharrington c8fe441
refactor: remove `getProjectBaseUrl()` function
domharrington e0576f4
refactor: removing express type dependency from logging functions
domharrington a06d21c
refactor: remove seemingly unused code
domharrington 19245a8
Merge branch 'main' into refactor/node-api-design-changes
domharrington 0567582
feat(integration): add POST method test
domharrington 552961a
fix(integration): update hapi test with new api design
domharrington d4e0ade
fix(integration): get fastify demo working with new api design
domharrington edc168a
chore: code comment about raw.setHeaders piece
domharrington 2ac995e
fix(integration): forgot to re-export verifyWebhook after refactor
domharrington 5444d7a
Merge branch 'main' into refactor/node-api-design-changes
domharrington b7f8011
feat(integration): add support for POST methods to php and c#
domharrington 04cde20
feat(integration): add support for POST methods to python/flask
domharrington 1936d0b
Merge branch 'main' into refactor/node-api-design-changes
domharrington e0e2651
chore(python): lint
domharrington 97592bf
chore: temp fix php integration test
domharrington c6cd973
refactor(node): switch to using spread operator instead of arr.slice()
domharrington 7ab4e87
Update .github/MAINTAINERS.md
domharrington 633be34
Merge branch 'main' into refactor/node-api-design-changes
domharrington c311e01
chore: updated comment to be clearer
domharrington File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.