Actions
Architecture #4601
closedArchitecture #4600: Ease new REST APIs creation
Generate API (url and header kind) from same request dispatch code
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Fix check:
Regression:
Description
The most problem is that we duplicate code between API versions and kind of API.
We need to reduce that amount of code.
My idea is to define a Map, that define all API for an API version
then parsing that map to generate both all versionnings kinds of API (header and url versionning)
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/470
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset f7af7b7521933caedde65246cf5a0db778ee86e4.
Updated by Anonymous over 10 years ago
Applied in changeset 01b9c7dfd4d2cc85166437041d9191f4a50c4e53.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.0~beta1, which was released today.
Check out:
The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-March/000084.html
The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog210
Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to Architecture
Actions