-
Notifications
You must be signed in to change notification settings - Fork 36
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
REST API #26
Comments
It would probably make more sense to use other newer unix tools purpose built for that task, like httpie and jq. Just like with any other unix tool, you'd use scsh when you needed to create complex pipelines and coerce scheme data to / from their input / output to do more complex work than what you would with simple pipelines in bash. It makes more sense to me to use scsh to its strengths (leveraging unix and dealing with its shittier parts) rather than adding scheme specific apis to it. Especially with limited time and resources. |
Yes, I kind of came to the same conclusion myself and began using curl. I¹ll From: Roderic Morris notifications@github.com It would probably make more sense to use other newer unix tools purpose It makes more sense to me to use scsh to its strengths (leveraging unix and ‹ CONFIDENTIALITY NOTICE |
Does anyone have any suggestions for interacting with a REST-ful API? There doesn't seem much in the way of support for this, and I don't have the time to build one from a socket interface.
Any modules that can be added to scsh for this?
The text was updated successfully, but these errors were encountered: