Prepare for API v1 (PR #570)
This commit is contained in:
parent
d9ae0d11b0
commit
fd96b6ccc1
21 changed files with 536 additions and 217 deletions
5
lib/api/errors.rb
Normal file
5
lib/api/errors.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module Api::Errors
|
||||
class Error < StandardError; end
|
||||
# Authentication is handled by Doorkeeper, so no errors for that here
|
||||
class PermissionRequired < Error; end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue