create.rabl 119 B

1234
  1. object @app
  2. attributes :id, :redirect_uri
  3. node(:client_id) { |app| app.uid }
  4. node(:client_secret) { |app| app.secret }