Confirmed users
513
edits
Klahnakoski (talk | contribs) (→Limitations: crashtest is indexed) |
Klahnakoski (talk | contribs) (→Let's Use It!: fix link) |
||
| Line 76: | Line 76: | ||
= Let's Use It! = | = Let's Use It! = | ||
The service listens at http://activedata.allizom.org/query and accepts queries in [https://github.com/klahnakoski/ActiveData/blob/dev/docs/ | The service listens at http://activedata.allizom.org/query and accepts queries in [https://github.com/klahnakoski/ActiveData/blob/dev/docs/jx_tutorial.md JSON Query Expression format]. | ||
curl -XPOST -d "{\"from\":\"unittest\"}" http://activedata.allizom.org/query | curl -XPOST -d "{\"from\":\"unittest\"}" http://activedata.allizom.org/query | ||
| Line 85: | Line 85: | ||
== Documentation == | == Documentation == | ||
* [https://github.com/klahnakoski/ActiveData/blob/ | * [https://github.com/klahnakoski/ActiveData/blob/dev/docs/jx_tutorial.md tutorial] | ||
* [https://github.com/klahnakoski/ActiveData/blob/ | * [https://github.com/klahnakoski/ActiveData/blob/dev/docs/Unittest%20Schema.md Unit test results schema] | ||
= Code = | = Code = | ||