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

v3 HTTP API initial implementation #291

Merged
merged 22 commits into from
Apr 11, 2019
Merged

v3 HTTP API initial implementation #291

merged 22 commits into from
Apr 11, 2019

Conversation

edaniszewski
Copy link
Contributor

This PR gets in a basic implementation for the v3 HTTP API. It does a lot of the data modeling and hooks it into the HTTP API, while also cleaning out the old v2 HTTP API and related dead code.

This is a big PR that does many things, so its a bit to slog through. It is a work in progress in that there are still many "bugs" in the sense that it does not yet fully conform to the v3 spec. It does get a bunch of the basics for data handling in place and does some basic data formatting, but there will need to be more of that in subsequent PRs.

Related:

@edaniszewski edaniszewski merged commit c749335 into v3/staging Apr 11, 2019
@edaniszewski edaniszewski deleted the v3/http-api-1 branch April 11, 2019 16:50
edaniszewski added a commit that referenced this pull request Mar 27, 2020
* initial updates for the v3 http api

* move functions around

* add http endpoint logging

* remove old files

* remove old files

* more cleanup, remove dead code

* start adding in support for plugin endpoints

* add tags command

* query param parsing, add scan support

* update documentation for query params

* add debug logging to commands

* fix bool flag query param for tags request

* add support for info command

* device read/write support

* add support for transaction commands

* add initial support for reads

* initial support for writes

* cleanup

* update error handling

* bug fixes, cleanup, logging

* bug fixes, api consistency, notes for additional fixes

* updates, fixes
edaniszewski added a commit that referenced this pull request Mar 30, 2020
* initial updates for the v3 http api

* move functions around

* add http endpoint logging

* remove old files

* remove old files

* more cleanup, remove dead code

* start adding in support for plugin endpoints

* add tags command

* query param parsing, add scan support

* update documentation for query params

* add debug logging to commands

* fix bool flag query param for tags request

* add support for info command

* device read/write support

* add support for transaction commands

* add initial support for reads

* initial support for writes

* cleanup

* update error handling

* bug fixes, cleanup, logging

* bug fixes, api consistency, notes for additional fixes

* updates, fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant