1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-29 07:18:54 +09:00
YuruToot/app/views/api/v1/apps/create.rabl
2016-09-27 16:59:08 +02:00

5 lines
119 B
Ruby

object @app
attributes :id, :redirect_uri
node(:client_id) { |app| app.uid }
node(:client_secret) { |app| app.secret }