Karel Minarik
9b5d017b9b
Added the API definition for `_cluster/nodes/stats`
2013-05-26 15:51:55 +02:00
Karel Minarik
57a18bfa53
Added the API definition for `_cluster/nodes/_shutdown`
2013-05-26 15:51:55 +02:00
Karel Minarik
50675df898
Removed the API definition for `_cluster/nodes/_restart`
...
The API is not supported anymore.
Info: <https://github.com/elasticsearch/elasticsearch/issues/155 >
2013-05-26 15:51:52 +02:00
Karel Minarik
e839597c0b
Added the API definition for `_cluster/nodes`
2013-05-26 15:51:28 +02:00
Karel Minarik
b3e39864fe
Added the API definition for `_cluster/nodes/hot_threads`
2013-05-26 15:51:27 +02:00
Karel Minarik
653677d1a0
Added the API definition for `_cluster/health`
2013-05-26 15:51:22 +02:00
Karel Minarik
9902da67d4
Added the API definition for `bulk`
2013-05-26 12:27:43 +02:00
Karel Minarik
3a741444bb
[SETUP] Changed, that `parts` and `params` API definitions are sorted alphabetically
2013-05-26 12:20:43 +02:00
Karel Minarik
530c9c8ebf
[UTIL] Changed, that JSON generator sorts API `parts` and `params`
2013-05-26 12:18:40 +02:00
Karel Minarik
a55750dd70
[SETUP] Added the generated JSON skeleton files
...
Files were generated with the `thor api:generate:spec --force --verbose --crawl` command,
and based on the 0.90 branch (elasticsearch/elasticsearch@5ec4064 ).
2013-05-24 13:33:06 +02:00
Karel Minarik
3f8a861768
[SETUP] Added README and LICENSE
2013-05-24 12:06:08 +02:00
Karel Minarik
91a2150373
[UTIL] Added a JSON files generator
...
The generator will parse the Elasticsearch *.java source files,
extract information about REST API endpoints (URLs, HTTP methods, URL parameters, etc),
and create a skeleton of the JSON API specification file for each endpoint.
See:
$ thor list
$ thor help api:generate:spec
2013-05-24 12:06:04 +02:00
Karel Minarik
971e7bc341
Initial commit (blank repository)
2013-05-23 17:56:22 +02:00