Details
-
Task
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
Some demo configurations should be aligned with the latest rest client properties.
Examples I've quickly found:
- class vs method
- eg:
countries.yaml:6: class: info.magnolia.rest.client.call.GetRestCall
failcountries.yaml:6: class: info.magnolia.rest.client.call.GetRestCall
- eg:
- <method> vs <METHOD>
bitbucket.yaml:4: method: get bitbucket.yaml:11: method: get bitbucket.yaml:18: method: get bitbucket.yaml:22: method: get failnba.yaml:4: method: get nba.yaml:4: method: get transportation.yaml:6: method: GET transportation.yaml:15: method: GET
- some values are unquoted vs quoted, example - path:
- failcountries.yaml
- transportation.yaml
- the default ConfiguredRestClientDefinition (+factory) class is either declared or missing:
- countries.yaml
- bitbucket.yaml
Checklists
Acceptance criteria
Attachments
Issue Links
- clones
-
MGNLRESTCL-149 Lint the configurations in declarative-rest-demo
-
- Open
-
- depends upon
-
MGNLRESTUI-75 Broken REST Client and REST Client UI demo projects
-
- Accepted
-