You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At minimum we should have a client in Go. It may also be a good idea to write a very basic client in bash, for maximum compatibility.
In general we're open to clients in any language, but want to initially target languages that are frequently used for systems programming, since clients can cache returned values into ramdisks for use in configuration management systems, or directly in applications by reading the cache and json loading the data.
The text was updated successfully, but these errors were encountered:
Putting in a vote for an Ansible Client. I haven't looked at the client code yet, but I suspect you could create a basic client with an Ansible role, and a more comprehensive one with an Ansible module.
I've been messing with some code in JavaScript and in Go as I am learning Confidant and how it even works. Feel free to fork the code and make it Confidant worthy! 😄
At minimum we should have a client in Go. It may also be a good idea to write a very basic client in bash, for maximum compatibility.
In general we're open to clients in any language, but want to initially target languages that are frequently used for systems programming, since clients can cache returned values into ramdisks for use in configuration management systems, or directly in applications by reading the cache and json loading the data.
The text was updated successfully, but these errors were encountered: