-
Notifications
You must be signed in to change notification settings - Fork 7
Feature/new request handling logic inter 767 #96
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
Orkuncakilkaya
merged 37 commits into
develop
from
feature/new-request-handling-logic-inter-767
Jul 30, 2024
Merged
Changes from 14 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
26e984f
feat: only generate models and docs from swagger codegen
Orkuncakilkaya ec7c274
chore: remove templates for api client and api doc
Orkuncakilkaya 0016822
feat: rewrite request logic
Orkuncakilkaya dfcea98
chore(ci): update minimum php version to 8.1
Orkuncakilkaya a3157a8
docs(api): add fingerprint api doc
Orkuncakilkaya d62eac6
refactor: add return for methods
Orkuncakilkaya 9b01ba6
feat: introduce rawResponse for getVisits and getEvent methods
Orkuncakilkaya 8726f6b
refactor: set integration info on constructor
Orkuncakilkaya f7bb343
refactor: introduce with raw response trait
Orkuncakilkaya a3df26c
refactor: rename duplicate variables
Orkuncakilkaya 8989f57
chore(generator): update raw response models to an array
Orkuncakilkaya 650b7b5
chore: merge from develop
Orkuncakilkaya 90f3bb1
docs(api): add fingerprint api doc
Orkuncakilkaya 91c550e
docs(api): fix styling
Orkuncakilkaya 5daa81c
refactor: remove redundant functions from api
Orkuncakilkaya a6b7a7d
refactor: fix body params condition
Orkuncakilkaya 3f6aabc
refactor: generate fingerprint api for temp body fix
Orkuncakilkaya 0c9aca8
docs(api): fix spacings
Orkuncakilkaya 36d6f9e
chore: add php cs fixer cache to gitignore
Orkuncakilkaya a31a1eb
chore: add php cs fixer to pre commit
Orkuncakilkaya 151f7cc
chore: add unknown field tests
Orkuncakilkaya fe587ee
chore: extend unknown field from event test case
Orkuncakilkaya 9578f1e
refactor: remove header selector
Orkuncakilkaya ce2fedf
feat: remove raw response and introduce with http info
Orkuncakilkaya 9da81d3
chore: php cs fixer
Orkuncakilkaya cce2ee4
chore: add style fixer to generate script
Orkuncakilkaya 66d9015
chore: style fix to tests
Orkuncakilkaya 62e4ad3
feat: change api to return tuple instead of serialized model
Orkuncakilkaya f6b7659
refactor: remove discriminator from object serializer and remove its …
Orkuncakilkaya bfea23a
feat: introduce serialization exception
Orkuncakilkaya 6e0d193
refactor: add previous exception for serialization exception
Orkuncakilkaya 7e154d9
refactor: change error handling
Orkuncakilkaya abb338b
refactor: code style and error handling
Orkuncakilkaya b8a89cf
refactor: update pre commit
Orkuncakilkaya ae7c93a
refactor: update composer dependencies
Orkuncakilkaya 15b71da
refactor: update model comment header
Orkuncakilkaya c2c3d14
refactor: remove psr 1 and psr 2 from cs fixer
Orkuncakilkaya 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
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
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
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
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
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
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
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.
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.