-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Init #1
base: main
Are you sure you want to change the base?
feat: Init #1
Conversation
There's lots of work to do around this:
|
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.
This is a nice start! I left some comments and suggested changes :)
List of all the endpoints and their status. I'm not planning on implementing all of these in a first pass, but at least we'll have a record of what's implemented and what's left.
|
"url": "git+https://github.com/webrecorder/browsertrix-client.git" | ||
}, | ||
"author": "Webrecorder", | ||
"license": "AGPL-3.0-or-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.
I took this from browsertrix-cloud, I presume it's okay here too? (It may even be required?)
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.
Seems reasonable for the client to have the same license as the application!
Pulling out the API into it's own repo. This commit largely stolen from Ilya, added a couple other additional api calls
Going to add the
load-test.js
script in https://github.com/webrecorder/browsertrix-cloud that uses this client. Testing that withyarn link
At some point we may wish to publish this to npm, but for now it just lives here.