Fix #52 - Add API versioning (v1)
This commit is contained in:
parent
3f75f52285
commit
4f9b7432dd
53 changed files with 77 additions and 134 deletions
4
app/views/api/v1/apps/create.rabl
Normal file
4
app/views/api/v1/apps/create.rabl
Normal file
|
@ -0,0 +1,4 @@
|
|||
object @app
|
||||
attributes :id, :redirect_uri
|
||||
node(:client_id) { |app| app.uid }
|
||||
node(:client_secret) { |app| app.secret }
|
Loading…
Add table
Add a link
Reference in a new issue