Skip to content

Commit

Permalink
feat: introduce /event/{request_id} endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Sep 9, 2022
1 parent fa8ae50 commit f06456f
Show file tree
Hide file tree
Showing 11 changed files with 4,142 additions and 63 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --max-warnings 0 .",
"lint:fix": "yarn lint --fix",
"test": "jest",
"generateTypes": "yarn openapi-typescript https://fingerprintjs.github.io/fingerprint-pro-server-api-openapi/schemes/fingerprint-server-api.yaml --output ./src/generatedApiTypes.ts -c .prettierrc.json",
"generateTypes": "yarn openapi-typescript resources/fingerprint-server-api.yaml --output ./src/generatedApiTypes.ts -c .prettierrc.json",
"release": "semantic-release"
},
"keywords": [],
Expand Down
3,551 changes: 3,551 additions & 0 deletions resources/fingerprint-server-api.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit f06456f

Please sign in to comment.