Commit graph

11 commits

Author SHA1 Message Date
Gered 90cb98de15 add method input field typeahead support
using this bootstrap3 backport of the bold bootstrap2 typeahead
component because twitter typeahead.js is poop
2014-04-06 20:22:33 -04:00
Gered e95335b130 add client-side support for "url part" method parameter fields
these are input elements that are marked to have their value added
as another part or "sub-path" on the URL that will be used to run
this REST method. this is _instead of_ tacking this element value on
to the end of the query string after the '?'
2014-04-06 18:35:31 -04:00
Gered 7903348093 show method call url as a link tag 2014-03-30 18:32:19 -04:00
Gered 631b10a66f fix form input element selector again. update element value retrieval 2014-03-30 18:31:34 -04:00
Gered 064a487007 show the exact http call being done on each api request using the form 2014-03-30 17:36:29 -04:00
Gered 2b1be20cc8 disable form fields when submitting, re-enabling when we get a response 2014-03-30 17:23:28 -04:00
Gered 0d733381d5 fix error alert padding 2014-03-30 17:22:59 -04:00
Gered f267470892 better selector method 2014-03-30 17:18:40 -04:00
Gered 3723d80acd initial on-page support for using the text->ascii api method 2014-03-30 17:14:28 -04:00
Gered 993304d7f8 fill out the web page side of things a bit 2014-03-30 05:18:27 -04:00
Gered 58fb52e77c initial commit. just a "do-nothing" web app with dependencies listed 2014-03-30 02:49:49 -04:00