Re: [fossil-users] JSON API

2017-11-18 Thread bytevolcano
Hello Stephan, On Sun, 12 Nov 2017 15:45:37 +0100 Stephan Beal wrote: > i'm the original developer of the JSON API, but a severe, long-term > case of RSI (since Dec. 2014) has forced me to retire from my open > source work (except for occasional tiny patches), thus i don't > personally work on it

Re: [fossil-users] JSON API

2017-11-12 Thread Offray Vladimir Luna Cárdenas
Stephan, I have been an active user of the JSON API and I have explored fossil as a backend for a distributed open data portal [1] (early alpha). So, I just want to say you thanks for your work, get well and give priority to your health. World needs generous, clever people and is important to have

Re: [fossil-users] JSON API

2017-11-12 Thread Stephan Beal
On Sun, Nov 12, 2017 at 1:12 PM, wrote: > Good day to you all, > > I have been trying to find up-to-date information about the JSON API > built into Fossil. Is there any plans on moving forward with this? i'm the original developer of the JSON API, but a severe, long-term case of RSI (since Dec

[fossil-users] JSON API

2017-11-12 Thread bytevolcano
Good day to you all, I have been trying to find up-to-date information about the JSON API built into Fossil. Is there any plans on moving forward with this? The latest information I could find is a link to a document on Google Docs in a mail dated back in 2013 or so, and I cannot tell when the do

Re: [fossil-users] JSON API docs

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 11:34 PM, Chad Perrin wrote: > and/or no longer the canonical location. I think I had some vague > recollection of the docs being moved to a wiki somewhere from earlier > list traffic, but didn't find it in my email archives. I guess I was > mistaken. > No, not mistaken

Re: [fossil-users] JSON API docs

2013-05-29 Thread Chad Perrin
On Wed, May 29, 2013 at 10:23:50PM +0200, Stephan Beal wrote: > On Wed, May 29, 2013 at 7:41 PM, Chad Perrin wrote: > > > > What's the current canonical location of documentation for Fossil's JSON > > API? Are there some handy howtos, tutorials, examples, or other > > third-party sources of docu

Re: [fossil-users] JSON API docs

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 10:23 PM, Stephan Beal wrote: > http://fossil.wanderinghorse.net/repos/fwiki/ > These demos of that code are good starting points to see what the JSON API can do: http://fossil.wanderinghorse.net/repos/fwiki/editor/wiki-editor-goco.html http://fossil.wanderinghorse.net/re

Re: [fossil-users] JSON API docs

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 7:41 PM, Chad Perrin wrote: > What's the current canonical location of documentation for Fossil's JSON > API? Are there some handy howtos, tutorials, examples, or other > third-party sources of documentation for the JSON API? > Hi, Chad! The current location of the API

[fossil-users] JSON API docs

2013-05-29 Thread Chad Perrin
What's the current canonical location of documentation for Fossil's JSON API? Are there some handy howtos, tutorials, examples, or other third-party sources of documentation for the JSON API? -- Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] _

Re: [fossil-users] JSON API exit codes

2012-06-25 Thread Stephan Beal
On Sun, Jun 24, 2012 at 10:45 PM, Steve Waggoner wrote: > Perhaps another way to be consistent is have the "fossil json xxx" always > return 0 (success) if command just returns valid json. That's essentially what happens right now. The only cases i know about which exit with non-0 do not generat

Re: [fossil-users] JSON API exit codes

2012-06-24 Thread Steve Waggoner
Perhaps another way to be consistent is have the "fossil json xxx" always return 0 (success) if command just returns valid json. Then include a special success code in the "resultCode" attribute when the operation was actually successful. Steve On Sun, Jun 24, 2012 at 11:49 AM, Stephan Beal wrote

Re: [fossil-users] JSON API exit codes

2012-06-24 Thread Stephan Beal
On Sun, Jun 24, 2012 at 6:17 PM, Steve Waggoner wrote: > In general whenever a "fossil json xxx" command fails the exit code is not > zero. But sometimes "user xxx" subcommands return zero (success) even when > they fail. > Hi! Thanks for the feedback, but that's a documented behaviour of JSON m

[fossil-users] JSON API exit codes

2012-06-24 Thread Steve Waggoner
I am using "fossil version 1.22 [5dd5d39e7c] 2012-03-19 12:45:47 UTC" compiled with JSON API. In general whenever a "fossil json xxx" command fails the exit code is not zero. But sometimes "user xxx" subcommands return zero (success) even when they fail. For example the following is expected to e

Re: [fossil-users] JSON API and WSDL

2011-09-14 Thread Stephan Beal
On Wed, Sep 14, 2011 at 5:31 PM, Martin S. Weber wrote: > [1] http://www.w3.org/TR/wsdl#_**http > [2] http://www.w3.org/TR/wsdl > > To follow up: http://tools.ietf.org/html/draft-zyp-json-schema-03 looks interesting (but i need to finish reading it). And WSDL 2

Re: [fossil-users] JSON API and WSDL

2011-09-14 Thread Stephan Beal
On Wed, Sep 14, 2011 at 5:40 PM, Stephan Beal wrote: > On Wed, Sep 14, 2011 at 5:31 PM, Martin S. Weber wrote: > >> [1] http://www.w3.org/TR/wsdl#_**http >> [2] http://www.w3.org/TR/wsdl > > > Thank you very much :). i'll go get myself more informed on the topic.

Re: [fossil-users] JSON API and WSDL

2011-09-14 Thread Stephan Beal
On Wed, Sep 14, 2011 at 5:31 PM, Martin S. Weber wrote: > bindings for WSDL; there is support for mimetypes, and thus > application/json application/x-javascript text/javascript text/x-javascript > (take your pick or use > something completely different ;)) > i think you just found a bug in my co

Re: [fossil-users] JSON API and WSDL

2011-09-14 Thread Martin S. Weber
On 09/14/11 11:21, Stephan Beal wrote: Hi, all, "It would be cool if" the JSON API had a way to serve a WSDL of its API. i'm looking to pick someone's brain about WSDL, namely regarding: a) Is WSDL intended only for SOAP (in which case it is not interesting here)? See section 4 [1] of the WSD

[fossil-users] JSON API and WSDL

2011-09-14 Thread Stephan Beal
Hi, all, "It would be cool if" the JSON API had a way to serve a WSDL of its API. i'm looking to pick someone's brain about WSDL, namely regarding: a) Is WSDL intended only for SOAP (in which case it is not interesting here)? b) Does anyone know of a JSON-format WSDL-like language? What i'd like

[fossil-users] JSON API demo app online

2011-09-09 Thread Stephan Beal
Hi, all! http://fossil.wanderinghorse.net/repos/fossil-sgb/json/ That's my test app for the JSON API. As new features/request types are added you'll see them pop up there. Happy Hacking! -- - stephan beal http://wanderinghorse.net/home/stephan/ _