Skip to content
On this page

Resource

INFO

This page will describe how resources can be used in a controller.

Examples

Collection

yaml
arch: 1.0.0
definitions:
  controllers:
    web:
      User:
        methods:
          index:
            - resource: user collection

Paginated

yaml
arch: 1.0.0
definitions:
  controllers:
    web:
      User:
        methods:
          index:
            - resource: user paginate

Paginated (Simple)

yaml
arch: 1.0.0
definitions:
  controllers:
    web:
      User:
        methods:
          index:
            - resource: user simplePaginate