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

Implement "Send to log.C2" #6

Open
2 of 4 tasks
cjeanneret opened this issue Mar 11, 2021 · 5 comments
Open
2 of 4 tasks

Implement "Send to log.C2" #6

cjeanneret opened this issue Mar 11, 2021 · 5 comments

Comments

@cjeanneret
Copy link
Owner

cjeanneret commented Mar 11, 2021

Preparation:

  • Find a REST/JSON API client lib
  • Find an OAuth client lib
  • Get a log.c2 dev account and related keys
  • Implement proper OAuth request for authentication

Decision:
Must decide if the app will push the strokes as Full Result or simple Bulk

(edit: updated/corrected links in Decision)

@cjeanneret
Copy link
Owner Author

OAuth2 library seems to be fine for the use-case..

@timcolson
Copy link
Collaborator

timcolson commented Mar 11, 2021 via email

@cjeanneret
Copy link
Owner Author

ah, right. the stroke data are to be pushed within here while we can use the bulk.

@cjeanneret
Copy link
Owner Author

REST client seems to just be a thing using ``net/http```- then I'll provide a pkg, like "c2logbook". Apparently nothing exists in Go.

@timcolson
Copy link
Collaborator

timcolson commented Mar 11, 2021 via email

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

No branches or pull requests

2 participants