-
Notifications
You must be signed in to change notification settings - Fork 69
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
CBOR implementation and HTTP connection engine #153
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
eba7516
Adding CBOR request endoing. Adding Http Connection as a connection o…
remade 95ef10b
Http, WS and CBOR tests
remade 4884a2e
fix CBOR protocol WS issue
remade a10518d
lint
remade 04e3e47
lint and read me update
remade b1a3d15
Readme update. Refactor
remade 3db83dd
Lint
remade e614334
Custom CBOR update
remade 95d6f8f
Custom CBOR update
remade 6922d74
Add `upsert` method
tobiemh 4c78c77
Add BaseURL connection parameter
tobiemh 88a79e2
Bug fix
remade d73dfbe
rebase
remade 3d48437
Temporarily support any input type into database methods
tobiemh c7edbae
WIP. function signature overhaul
remade 573dfd1
WIP
remade ab7f72f
WIP
remade a6c43b8
WIP. Change func signature
remade 1c64faf
WIP. Readme updated
remade c8d078a
WIP
remade 4ebcedc
WIP. Tests
remade d188283
WIP. Tests update. Lint
remade 896a44e
Extensive tests. Added tests. Readme updated
remade 899e327
WIP. Linting
remade 35b8c0a
preconnection checks
remade c4868ef
Removed unneccessary folder
remade c558de3
Readme update
remade 32505b7
lint fix
remade 20fc149
test.yml
remade 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I suggest something other than 0? It's very unclear whether it is 0 or O.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nickchomey I see what you mean. Maybe something like
.Obj
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@remade
Obj would be better
Other ideas:
ObjMap
sdbObj
Map
Template
Not sure....