|
1
|
# JSON API Index |
|
2
|
|
|
3
|
This is the client-side documentation of Fossil's JSON API. The JSON |
|
4
|
API aims to provide access to many of the primary fossil features via |
|
5
|
AJAX-style interfaces. |
|
6
|
|
|
7
|
* [Introduction](intro.md) |
|
8
|
* [General API Conventions](conventions.md) |
|
9
|
* [Tips & Tricks](tips.md) |
|
10
|
* [Hacking Guide](hacking.md) |
|
11
|
|
|
12
|
General warnings regarding the APIs linked to in the following list: |
|
13
|
|
|
14
|
- **NOTE** that request/response examples shown in the individual API |
|
15
|
pages do not show [the standard request/response envelope](conventions.md) |
|
16
|
(for brevity and sanity). |
|
17
|
- **Achtung:** just because a given feature is described as being |
|
18
|
implemented does not mean that the implementation is "final" - it may be |
|
19
|
changed at any time until we find/implement useful APIs. |
|
20
|
|
|
21
|
The APIs, alphabetically by category: |
|
22
|
|
|
23
|
* [Artifact Info](api-artifact.md) |
|
24
|
* [Authentication](api-auth.md) |
|
25
|
* [Branches](api-branch.md) |
|
26
|
* [Checkout Status](api-checkout.md) |
|
27
|
* [Config](api-config.md) |
|
28
|
* [Diffs](api-diff.md) |
|
29
|
* [Directory Listing](api-dir.md) |
|
30
|
* [File Info](api-finfo.md) |
|
31
|
* [The Obligatory Misc. Category](api-misc.md) |
|
32
|
* [Repository Stats](api-stat.md) |
|
33
|
* [Settings](api-settings.md) |
|
34
|
* [SQL Query](api-query.md) |
|
35
|
* [Tags](api-tag.md) |
|
36
|
* [Tickets](api-ticket.md) |
|
37
|
* [Timeline](api-timeline.md) |
|
38
|
* [User Management](api-user.md) |
|
39
|
* [Version](api-version.md) |
|
40
|
* [Wiki](api-wiki.md) |
|
41
|
|