-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpubliccode.yml
More file actions
58 lines (57 loc) · 1.55 KB
/
Copy pathpubliccode.yml
File metadata and controls
58 lines (57 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/publiccodeyml/publiccode.yml
publiccodeYmlVersion: "0.4"
categories:
- data-collection
description:
en:
apiDocumentation: "https://developers.italia.it/it/api/developers-italia"
features:
- RESTful API Design
- Can use either SQLite or PostgreSQL
- Optional rate limiting to manage the number of requests per minute.
- Containerization support
- Helm chart available
longDescription: |
**software-catalog-api** is a RESTful API for public software catalogs.
It powers developers.italia.it and can be deployed as a standalone
instance for any public software catalog.
shortDescription: |-
RESTful API for public software catalogs.
developmentStatus: stable
it:
conforme:
gdpr: false
lineeGuidaDesign: false
misureMinimeSicurezza: true
modelloInteroperabilita: true
countryExtensionVersion: "0.2"
piattaforme:
anpr: false
cie: false
pagopa: false
spid: false
riuso:
codiceIPA: pcm
legal:
license: AGPL-3.0-or-later
localisation:
availableLanguages:
- en
localisationReady: false
logo: .github/logo.png
maintenance:
contacts:
- name: Fabio Bonelli
type: community
name: software-catalog-api
platforms:
- web
dependsOn:
open:
- name: PostgreSQL
optional: true
softwareType: standalone/backend
softwareVersion: v1.0.0
url: "https://github.com/italia/developers-italia-api"