|
8 | 8 |
|
9 | 9 | # SimSwap
|
10 | 10 |
|
11 |
| -Repository to describe, develop, document and test the SimSwap API family |
| 11 | +Repository to describe, develop, document and test the SimSwap APIs |
12 | 12 |
|
13 | 13 | ## Scope
|
14 | 14 |
|
15 | 15 | * Service APIs for “SimSwap” (see APIBacklog.md)
|
16 |
| -* It provides the customer with the ability to: |
| 16 | +* It provides the API Consumer with the ability to: |
17 | 17 | * obtain information on any recent SIM pairing change related to the User’s mobile account.
|
18 | 18 | * Describe, develop, document and test the APIs (with 1-2 Telcos)
|
19 | 19 | * Started: October 2022
|
20 |
| -* Location: virtually |
21 | 20 |
|
22 | 21 | ## Status and released versions
|
23 | 22 |
|
24 | 23 | * Note: Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**.
|
25 |
| -* `NEW`: Release r1.3 features following APIs: |
26 |
| - * version 1.0.0 of the **API sim-swap** - available [here](https://github.com/camaraproject/SimSwap/tree/r1.3) |
| 24 | +* `NEW`: Release r1.4 features following APIs: |
| 25 | + * version 1.0.0 of the **API sim-swap** - available [here](https://github.com/camaraproject/SimSwap/tree/r1.4) |
27 | 26 | * API definitions **with inline documentation**:
|
28 |
| - * OpenAPI [YAML](https://github.com/camaraproject/SimSwap/blob/r1.3/code/API_definitions/sim-swap.yaml) |
29 |
| - * [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/SimSwap/r1.3/code/API_definitions/sim-swap.yaml&nocors) |
30 |
| - * [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/SimSwap/r1.3/code/API_definitions/sim-swap.yaml) |
31 |
| - * version 0.1.1 of the **API sim-swap-subscriptions** - available [here](https://github.com/camaraproject/SimSwap/tree/r1.3) |
| 27 | + * OpenAPI [YAML](https://github.com/camaraproject/SimSwap/blob/r1.4/code/API_definitions/sim-swap.yaml) |
| 28 | + * [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/SimSwap/r1.4/code/API_definitions/sim-swap.yaml&nocors) |
| 29 | + * [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/SimSwap/r1.4/code/API_definitions/sim-swap.yaml) |
| 30 | + * version 0.1.2 of the **API sim-swap-subscriptions** - available [here](https://github.com/camaraproject/SimSwap/tree/r1.4) |
32 | 31 | * API definitions **with inline documentation**:
|
33 |
| - * OpenAPI [YAML](https://github.com/camaraproject/SimSwap/blob/r1.3/code/API_definitions/sim-swap-subscriptions.yaml) |
34 |
| - * [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/SimSwap/r1.3/code/API_definitions/sim-swap-subscriptions.yaml&nocors) |
35 |
| - * [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/SimSwap/r1.3/code/API_definitions/sim-swap-subscriptions.yaml) |
| 32 | + * OpenAPI [YAML](https://github.com/camaraproject/SimSwap/blob/r1.4/code/API_definitions/sim-swap-subscriptions.yaml) |
| 33 | + * [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/SimSwap/r1.4/code/API_definitions/sim-swap-subscriptions.yaml&nocors) |
| 34 | + * [View it on Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/camaraproject/SimSwap/r1.4/code/API_definitions/sim-swap-subscriptions.yaml) |
36 | 35 |
|
37 | 36 | * The latest public release is available here: https://github.com/camaraproject/SimSwap/releases/latest
|
38 | 37 | * Other releases of this sub project are available in https://github.com/camaraproject/SimSwap/releases
|
|
0 commit comments