This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am vdmgolub on github. | |
* I am vdmgolub (https://keybase.io/vdmgolub) on keybase. | |
* I have a public key whose fingerprint is C8A0 4702 DFE9 1CF4 A353 8D84 B162 7E99 70D4 1022 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace :api do | |
constrants ApiVersion.new(1) do | |
scope :module => :v1 do | |
resource :app do | |
resources :indices | |
end | |
end | |
end | |
constraints ApiVersion.new(2) do |