mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Polish
This commit is contained in:
11
README.adoc
11
README.adoc
@@ -112,12 +112,13 @@ third-party clients. You can grab the meta-data by _curling_ the root
|
||||
$ curl -H 'Accept: application/json' https://start.spring.io
|
||||
----
|
||||
|
||||
NOTE: If you use `curl` without an accept header, you'll retrieve a human readable text version
|
||||
of the metadata. `HTTPie` is also supported.
|
||||
NOTE: As stated above, if you use `curl` without an accept header, you'll retrieve a human
|
||||
readable text version of the metadata. `HTTPie` is also supported.
|
||||
|
||||
The meta-data basically lists the _capabilities_ of the service, that is the available options
|
||||
for all request parameters (`dependencies`, `type`, `bootVersion`, etc.) The web UI
|
||||
uses that information to initialize the select options and the tree of available dependencies.
|
||||
The meta-data basically lists the _capabilities_ of the service, that is the available
|
||||
options for all request parameters (`dependencies`, `type`, `bootVersion`, etc.) The web
|
||||
UI uses that information to initialize the select options and the tree of available
|
||||
dependencies.
|
||||
|
||||
The meta-data also lists the default values for simple _text_ parameter (i.e. the default
|
||||
`name` for the project).
|
||||
|
Reference in New Issue
Block a user