ironic/ironic/api
Steve Baker 4fa65099de Break out collection functions for json usage
With this change it will be possible for both type-based and
json-based result collections to use the same has_next/get_next
functions. Once the last type-based controller is converted the
Collection type can be deleted.

Change-Id: Ib1eb9a238a9ae9d42782880bd6cb6b2978d39463
Story: 1651346
Task: 10551
2020-07-30 07:37:31 +12:00
..
controllers Break out collection functions for json usage 2020-07-30 07:37:31 +12:00
middleware Encapsulate auth_token middleware 2020-05-15 09:49:54 +12:00
__init__.py Abstract away pecan.request/response 2019-07-16 17:47:13 +02:00
app.py Enable Basic HTTP authentication middleware 2020-06-05 01:15:08 +12:00
args.py Remove File type 2020-07-20 08:58:32 +12:00
config.py Fix W504 errors 2018-05-09 06:11:30 -07:00
expose.py Rename Response to PassthruResponse 2020-07-20 14:09:53 +12:00
functions.py Use getfullargspec to inspect functions 2020-07-01 17:25:09 +02:00
hooks.py Enable Basic HTTP authentication middleware 2020-06-05 01:15:08 +12:00
method.py Convert root path / to use plain JSON 2020-07-20 14:09:53 +12:00
types.py Rename Response to PassthruResponse 2020-07-20 14:09:53 +12:00
wsgi.py Make oslo.i18n an optional dependency 2020-04-02 14:10:21 +02:00