Feature #4478
closedAPI docs need to be localized
Description
We reuse information from api docs to build the CLI. Therefore we need to localize the api docs and find a way how to distribute it to the clients. Dynamic bindings should help with this. It will also probably require support on the ApiPie side.
Updated by Martin Bacovsky about 11 years ago
- Tracker changed from Feature to Tracker
- Status changed from New to Assigned
- Assignee set to Martin Bacovsky
- Target version set to 1.8.4
- localize apidoc strings
- fix apipie-rails to support localized docs
- fix apipie-bindings to work with localized docs
- resolve performance problem with generating cache for multiple languages
- fix hammer to use localized bindings
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a59972c32b1bfcc020251bf1700cae23f07496f8.
Updated by Dominic Cleal over 10 years ago
More PRs...
https://github.com/theforeman/foreman/pull/2104
https://github.com/theforeman/foreman-packaging/pull/426
Plus some in plugins like https://github.com/theforeman/foreman_bootdisk/pull/6 to make them use the new Foreman::Plugin interface.