-
Notifications
You must be signed in to change notification settings - Fork 3
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
create "live" client that can git HTTP endpoints to manipulate data #32
Comments
#7 might be related, but im thinking this isn't a CLI |
Cool, that was my initial thought, too. If not CLI, what would the proposed entry point be to the client? |
I was thinking it could be a program writtin in python, node, perl etc that hits HTTP endpoints based on some policy like time. E.g. every 5 mins the app send a POST to |
This could simply just be a docker container that uses a CLI from #7 to hit that endpoint, but does so based on a programmatic policy |
This client can be used for CRUD operations against the app, but first, lets use it to hit and endpoint to add data. e.g. Dealerships / Vehicles so we can leave it running for days to get a substantial size increase in our test data cc @pcgeek86
The text was updated successfully, but these errors were encountered: