hello-world-walkthroughipv6v0.98-seriesv0.98.2v0.98.3v0.98b2v0.99v1.0v1.1
|
Last change
on this file since aea818 was
aea818,
checked in by Jose Benito <jose.benito.gonzalez@…>, 21 months ago
|
|
[IMP] Add API key management (for users)
|
-
Property mode set to
100644
|
|
File size:
191 bytes
|
| Rev | Line | |
|---|
| [aea818] | 1 | from MaKaC.webinterface.rh import api |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | def index(req, **params): |
|---|
| 5 | return api.RHUserAPI(req).process(params) |
|---|
| 6 | |
|---|
| 7 | def create(req, **params): |
|---|
| 8 | return api.RHUserAPICreate(req).process(params) |
|---|
Note: See
TracBrowser
for help on using the repository browser.