-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleaning up repo #48
Merged
DT-DawidWroblewski
merged 5 commits into
camaraproject:main
from
DT-DawidWroblewski:main
Sep 3, 2023
Merged
cleaning up repo #48
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
6843563
cleaning repo
DT-DawidWroblewski 84c5ae2
Update documentation/API_documentation/README.MD
DT-DawidWroblewski 5d4241a
Update documentation/API_documentation/README.MD
DT-DawidWroblewski 4082cd3
adding fixes to PR
DT-DawidWroblewski 6f07d45
Merge branch 'main' of https://github.com/DT-DawidWroblewski/SimSwap
DT-DawidWroblewski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ openapi: 3.0.3 | |
info: | ||
title: SIM Swap | ||
description: | | ||
SIM Swap API provides the customer the ability to obtain information on any recent SIM pairing change | ||
related to the User's mobile account. | ||
|
||
SIM Swap API provides the customer the ability to obtain information on any recent SIM pairing change related to the User's mobile account. | ||
|
||
[GSMA Mobile Connect Account Takeover Protection specification](https://www.gsma.com/identity/wp-content/uploads/2022/12/IDY.24-Mobile-Connect-Account-Takeover-Protection-Definition-and-Technical-Requirements-v2.0.pdf) was used as source of input for this API. For more about Mobile Connect, please see [Mobile Connect website](https://mobileconnect.io/). | ||
|
||
The API provides 2 operations: | ||
|
||
|
@@ -18,10 +18,10 @@ info: | |
license: | ||
name: Apache 2.0 | ||
url: https://www.apache.org/licenses/LICENSE-2.0.html | ||
version: 0.4.0 | ||
version: 0.6.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why version 0.6.1 ? I would suggest maintainging 0.4.0 as no changes in interface but only documentation. 0.4.1 could be another option, no strong opinion |
||
externalDocs: | ||
description: Product documentation at Camara | ||
url: https://github.com/camaraproject/ | ||
url: https://github.com/camaraproject/SimSwap | ||
servers: | ||
- url: "{apiRoot}/{basePath}" | ||
variables: | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if the reference to Mobile Connect clarifies anything about usage or will distract the developer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mobile Connect APIs exists in API universe and this CAMARA API derives from it (Mobile Connect Account Takeover Protection were used in discussions around this product). CAMARA aims to deliver a solution for broad community of developers, so let's stick to it when crafting this API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reference makes sense from my perspective.
Text proposed by @diegogonmar and @bigludo7 in camaraproject/NumberVerification#51 (comment) now used for that.