From a840aa1d3bf78c500e383072bdbb3cd541ef8996 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:01:54 +0200 Subject: [PATCH 1/6] Commonalities version Commonalities version added: https://github.com/camaraproject/CallForwardingSignal/issues/66 --- code/API_definitions/Call_Forwarding_Signal.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/Call_Forwarding_Signal.yaml b/code/API_definitions/Call_Forwarding_Signal.yaml index c429a71..9be58e9 100644 --- a/code/API_definitions/Call_Forwarding_Signal.yaml +++ b/code/API_definitions/Call_Forwarding_Signal.yaml @@ -4,8 +4,7 @@ openapi: 3.0.3 # API info # ############################################################################ info: - title: Call Forwarding Signal API - version: 0.2.0-rc.1 + title: Call Forwarding Signal description: | # Overview The Call Forwarding Signal (CFS) API provides the API Consumer with @@ -147,9 +146,14 @@ info: (FAQs will be added in a later version of the documentation) # Release Notes First draft for the CFS API. + # API version - Aligned to SemVer 2.0 according to CAMARA versioning guidelines + version: 0.2.0-rc.1 + # Name of the license and a URL to the license description license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html + # CAMARA Commonalities version - x.y.z + x-camara-commonalities: 0.4.0 contact: email: project-email@sample.com externalDocs: From ba1ac24f51f6c51fa7b1949b254d04488ff66d5c Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:14:24 +0200 Subject: [PATCH 2/6] Base URL Base URL removed: https://github.com/camaraproject/CallForwardingSignal/issues/69 --- code/API_definitions/Call_Forwarding_Signal.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/API_definitions/Call_Forwarding_Signal.yaml b/code/API_definitions/Call_Forwarding_Signal.yaml index 9be58e9..fa95e88 100644 --- a/code/API_definitions/Call_Forwarding_Signal.yaml +++ b/code/API_definitions/Call_Forwarding_Signal.yaml @@ -46,11 +46,6 @@ info: Before starting to use the Call Forwarding API, the developer needs to know about the below specified details:\ \ - **Base-Url** - The RESTful CFS API endpoint, for example - [**https://tim-api.developer.tim.it/callforwardingsignal**](https://tim-api\ - .developer.tim.it/callforwarding\signal)\ - \ **phoneNumber** This is the end user phone number. The CFS API verifies if a call forwarding service is active on this phone number. Note: the value of this optional From e51f3086bbc08c4728930ff10db0fa34b1fd19b8 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:17:06 +0200 Subject: [PATCH 3/6] Mega Linter Fix --- code/API_definitions/Call_Forwarding_Signal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/Call_Forwarding_Signal.yaml b/code/API_definitions/Call_Forwarding_Signal.yaml index fa95e88..4bd8860 100644 --- a/code/API_definitions/Call_Forwarding_Signal.yaml +++ b/code/API_definitions/Call_Forwarding_Signal.yaml @@ -143,7 +143,7 @@ info: First draft for the CFS API. # API version - Aligned to SemVer 2.0 according to CAMARA versioning guidelines version: 0.2.0-rc.1 - # Name of the license and a URL to the license description + # Name of the license and a URL to the license description license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html From 6407dccc2ccea5cd8d3b6d8c1b6f4d7d66fbd453 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:48:38 +0200 Subject: [PATCH 4/6] WIP Version wip: https://github.com/camaraproject/CallForwardingSignal/issues/71 --- code/API_definitions/Call_Forwarding_Signal.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/Call_Forwarding_Signal.yaml b/code/API_definitions/Call_Forwarding_Signal.yaml index 4bd8860..167899a 100644 --- a/code/API_definitions/Call_Forwarding_Signal.yaml +++ b/code/API_definitions/Call_Forwarding_Signal.yaml @@ -142,7 +142,7 @@ info: # Release Notes First draft for the CFS API. # API version - Aligned to SemVer 2.0 according to CAMARA versioning guidelines - version: 0.2.0-rc.1 + version: wip # Name of the license and a URL to the license description license: name: Apache 2.0 @@ -158,7 +158,7 @@ externalDocs: # Servers # ############################################################################ servers: - - url: "{apiRoot}/call-forwarding-signal/v0.2rc1" + - url: "{apiRoot}/call-forwarding-signal/vwip" variables: apiRoot: default: http://localhost:9091 From c338201f5a8d305fcc79d582448b873ad8c2c11c Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:03:41 +0200 Subject: [PATCH 5/6] Release notes Release notes removed: https://github.com/camaraproject/CallForwardingSignal/issues/70 --- code/API_definitions/Call_Forwarding_Signal.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/API_definitions/Call_Forwarding_Signal.yaml b/code/API_definitions/Call_Forwarding_Signal.yaml index 167899a..c8b4bbd 100644 --- a/code/API_definitions/Call_Forwarding_Signal.yaml +++ b/code/API_definitions/Call_Forwarding_Signal.yaml @@ -139,8 +139,6 @@ info: to be checked. # FAQ's (FAQs will be added in a later version of the documentation) - # Release Notes - First draft for the CFS API. # API version - Aligned to SemVer 2.0 according to CAMARA versioning guidelines version: wip # Name of the license and a URL to the license description From 8d68035699f2aa33f0c4b693dab86967002a563c Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:43:32 +0200 Subject: [PATCH 6/6] Contact info Contact info removed: https://github.com/camaraproject/CallForwardingSignal/issues/76 --- code/API_definitions/Call_Forwarding_Signal.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/API_definitions/Call_Forwarding_Signal.yaml b/code/API_definitions/Call_Forwarding_Signal.yaml index c8b4bbd..c93a9c9 100644 --- a/code/API_definitions/Call_Forwarding_Signal.yaml +++ b/code/API_definitions/Call_Forwarding_Signal.yaml @@ -147,10 +147,8 @@ info: url: https://www.apache.org/licenses/LICENSE-2.0.html # CAMARA Commonalities version - x.y.z x-camara-commonalities: 0.4.0 - contact: - email: project-email@sample.com externalDocs: - description: Product documentation at Camara + description: Product documentation at CAMARA url: https://github.com/camaraproject/CallForwardingSignal ############################################################################ # Servers #