mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Added market share growth rate data endpoint
This commit is contained in:
parent
261e2d3162
commit
dc4c3cf616
6 changed files with 90 additions and 11 deletions
4
test/fixtures/domains.yml
vendored
4
test/fixtures/domains.yml
vendored
|
@ -12,6 +12,7 @@ shop:
|
|||
period: 1
|
||||
period_unit: m
|
||||
uuid: 1b3ee442-e8fe-4922-9492-8fcb9dccc69c
|
||||
created_at: <%= 2.days.ago.to_s :db %>
|
||||
|
||||
airport:
|
||||
name: airport.test
|
||||
|
@ -24,6 +25,7 @@ airport:
|
|||
period: 1
|
||||
period_unit: m
|
||||
uuid: 2df2c1a1-8f6a-490a-81be-8bdf29866880
|
||||
created_at: <%= 2.days.ago.to_s :db %>
|
||||
|
||||
library:
|
||||
name: library.test
|
||||
|
@ -36,6 +38,7 @@ library:
|
|||
period: 1
|
||||
period_unit: m
|
||||
uuid: 647bcc48-8d5e-4a04-8ce5-2a3cd17b6eab
|
||||
created_at: <%= 2.days.ago.to_s :db %>
|
||||
|
||||
metro:
|
||||
name: metro.test
|
||||
|
@ -48,6 +51,7 @@ metro:
|
|||
period: 1
|
||||
period_unit: m
|
||||
uuid: ef97cb80-333b-4893-b9df-163f2b452798
|
||||
created_at: <%= 2.days.ago.to_s :db %>
|
||||
|
||||
hospital:
|
||||
name: hospital.test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue