varlink.github.io
varlink.github.io copied to clipboard
The Varlink Website
Among the various strategies for extending APIs, the FAQ does not mention making an existing arguments optional. Here is a contrived example: ``` - method debug(parts: [string]()) -> (result: [string]object)...
What are the differences? What are the advantages/disadvantages?
Can I install it onto a Debian server? Please add info about getting started to the website!
I think the IDL should have a way how we can mark method declarations in a way that indicates that it generates multiple replies (i.e. sets the "more" flag). This...
I recently wrote a Varlink client and server library in TypeScript (JavaScript), for my own fun. It's far from perfect, but can pass the certification tests (both in server role...
Hey! I've been playing around writing an implementation of this to get the feel for things, and had a question while writing the interface parser. We have: ``` "method" name...
I suggest a method call could include an optional `id` field. No processing for it is required, if present - it's simply to be copied to the output. This would...