mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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
8 lines
101 B
Ruby
8 lines
101 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'activesupport'
|
|
gem 'rest-client'
|
|
gem 'thor'
|
|
gem 'json'
|
|
gem 'pry'
|