move bruno collections in own folder
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
info:
|
||||
name: Get Organization Content
|
||||
type: http
|
||||
seq: 5
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: https://www.dati.gov.it/opendata/api/3/action/organization_show?id=agcm
|
||||
params:
|
||||
- name: id
|
||||
value: agenzia-per-l-italia-digitale
|
||||
type: query
|
||||
disabled: true
|
||||
- name: id
|
||||
value: agcm
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,15 @@
|
||||
info:
|
||||
name: Get Organization List
|
||||
type: http
|
||||
seq: 4
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: https://dati.gov.it/opendata/api/3/action/organization_list
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,23 @@
|
||||
info:
|
||||
name: Get Package Content
|
||||
type: http
|
||||
seq: 3
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: https://www.dati.gov.it/opendata/api/3/action/package_show?id=province-regionali
|
||||
params:
|
||||
- name: id
|
||||
value: elenco-stalloni-funzionanti
|
||||
type: query
|
||||
disabled: true
|
||||
- name: id
|
||||
value: province-regionali
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,24 @@
|
||||
info:
|
||||
name: Get Package List with Resources
|
||||
type: http
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: https://dati.gov.it/opendata/api/3/action/current_package_list_with_resources?limit=20
|
||||
params:
|
||||
- name: limit
|
||||
value: "20"
|
||||
type: query
|
||||
description: max 100 suggested
|
||||
- name: offset
|
||||
value: "20"
|
||||
type: query
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,15 @@
|
||||
info:
|
||||
name: Get Package List
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: https://dati.gov.it/opendata/api/3/action/package_list
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
@@ -0,0 +1,9 @@
|
||||
opencollection: 1.0.0
|
||||
|
||||
info:
|
||||
name: Gov.it OpenData
|
||||
bundled: false
|
||||
extensions:
|
||||
ignore:
|
||||
- node_modules
|
||||
- .git
|
||||
Reference in New Issue
Block a user