mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
New REPP doc
This commit is contained in:
parent
7e123f902e
commit
21f07076cd
9 changed files with 113 additions and 153 deletions
|
@ -7,6 +7,7 @@ module Repp
|
|||
params do
|
||||
optional :limit, type: Integer, values: (1..20).to_a
|
||||
optional :offset, type: Integer
|
||||
optional :details, type: String, values: %w(true false)
|
||||
end
|
||||
|
||||
get '/' do
|
||||
|
|
|
@ -7,6 +7,7 @@ module Repp
|
|||
params do
|
||||
optional :limit, type: Integer, values: (1..20).to_a
|
||||
optional :offset, type: Integer
|
||||
optional :details, type: String, values: %w(true false)
|
||||
end
|
||||
|
||||
get '/' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue