Skip to content

Commit

Permalink
Merge pull request #27 from Telefonica/lufuOGW/callouts
Browse files Browse the repository at this point in the history
fixed callouts
  • Loading branch information
lufuOGW authored Oct 30, 2024
2 parents 530332c + 428706b commit 9366c5a
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 57 deletions.
2 changes: 2 additions & 0 deletions about/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ excerpt: The Open Gateway API Architecture is a cutting-edge framework designed
category: 66840b9dac745a002559ffad
---

> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
## Introduction to Open Gateway API Architecture

The Open Gateway APIs manages API calls and credentials, ensuring they are routed correctly to respective mobile operators. Its intuitive interface enables developers to effortlessly choose and subscribe to network APIs offered by multiple operators across different regions. This transforms Open Gateway into a convenient marketplace that simplifies procurement processes while maintaining a seamless user experience.
Expand Down
4 changes: 1 addition & 3 deletions about/camara.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ title: CAMARA project
excerpt: CAMARA is an open-source initiative under the Linux Foundation focused on defining, developing, and testing telecom APIs. In collaboration with the GSMA Operator Platform Group, CAMARA ensures that API requirements are aligned, and API definitions are published for industry-wide use. The project achieves API harmonization by rapidly creating working code and providing developer-friendly documentation. All API definitions and reference implementations are available for free under the Apache 2.0 license.
category: 66840b9dac745a002559ffad
---
> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).

With CAMARA Open APIs, enterprise software developers can integrate network capabilities once, and they’re ready to go. Imagine these APIs embedded in cloud provider stacks. Developers could then seamlessly incorporate lines of code from both the cloud provider and global telecommunication standards, covering services like identity, cybersecurity, billing, signaling, geolocation, and more.
Expand Down
4 changes: 1 addition & 3 deletions about/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: Reference guide to key terms and concepts used in the Open Gateway API
category: 66840b9dac745a002559ffad
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
## Aggregator
Aggregator or ‘Channel Partners’ aggregate Operator’s CAMARA standardized APIs to build Open Gateway-based services and implement Operator end-point routing based on final user identification on the network.
Expand Down
4 changes: 1 addition & 3 deletions about/initiative.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: Welcome to Open Gateway APIs, your gateway to leveraging advanced netwo
category: 66840b9dac745a002559ffad
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
## What is Open Gateway?

Expand Down
4 changes: 1 addition & 3 deletions about/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: Open Gateway as an industry initiative has been designed with end-user'
category: 66840b9dac745a002559ffad
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
Open Gateway APIs allow applications to access and utilize end-users' personal information or data. "Utilizing" personal data encompasses any form of handling or processing related to an identified or identifiable individual, including merely viewing the data or having it accesible from the application's code and thus to its developer. Consequently, **the use of personal data must be justified and authorized**.

Expand Down
4 changes: 1 addition & 3 deletions callflows/apiintegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: In this guide we will go through the different ways to integrate with O
category: 66d57750d3f60b0011576376
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
## RESTful by design

Expand Down
4 changes: 1 addition & 3 deletions callflows/authorization/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: In this guide you will find a briefly introduction to authorization mec
category: 66d57750d3f60b0011576376
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
## Authorization standards

Expand Down
4 changes: 1 addition & 3 deletions callflows/authorization/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: If your use case does not involve end-user's interaction you will want
category: 66d57750d3f60b0011576376
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
From a developer perspective, the backend authorization flow consists of two sequential steps implemented by performing HTTP requests to the following Open Gateway Channel Partner's API gateway endpoints, compliant with the ODIC standard **CIBA** (Client-Initiated Backchannel Authentication Flow).

Expand Down
4 changes: 1 addition & 3 deletions callflows/authorization/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: If your application offers a human interface to provide your users with
category: 66d57750d3f60b0011576376
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
From a developer perspective, the frontend authorization flow consists of two sequential steps implemented by performing HTTP requests to the following Open Gateway Channel Partner's API gateway endpoints, compliant with the OIDC standard **Authorization Code Flow**.

Expand Down
4 changes: 1 addition & 3 deletions catalog/available.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: The Open Gateway initiative is led to create a standardized framework o
category: 66aa4f941e51e7000fa353ce
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
Open Gateway enables software developers to leverage Telco Application Programming Interfaces (Telco APIs) for building applications that seamlessly integrate our underlying networks' capabilities and operators' data. These APIs provide a consistent method for accessing analytical and statistical data from networks, facilitating the implementation of customer experience-focused use cases. Open Gateway empowers developers to retrieve network information and request configuration changes efficiently.

Expand Down
4 changes: 1 addition & 3 deletions catalog/devicelocation/devicelocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: The Device Location API from Open Gateway allows to check if a mobile p
category: 66aa4f941e51e7000fa353ce
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
The Device Location API is a software interface that allows applications to confirm if a user's device is in its intended location. The network must track a device's location at all times to effectively provide telecommunications services. This capability is utilized to offer device location as a service.

Expand Down
4 changes: 1 addition & 3 deletions catalog/devicestatus/devicestatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: The Device Status API makes it possible to check the roaming status of
category: 66aa4f941e51e7000fa353ce
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
The standardised Device Status API provides the ability to check the roaming status of a given SIM-based device without identity theft or GPS.

Expand Down
4 changes: 1 addition & 3 deletions catalog/numberverification/numberverification.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: The Number Verification API is a pivotal tool for bolstering security a
category: 66aa4f941e51e7000fa353ce
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
Built as part of the Open Gateway initiative, the Number Verification API provides developers universal access to essential network functionalities. Whether you're enhancing user registration processes, securing transactions, or optimizing user engagement strategies, integrating the Number Verification API enriches your application's security posture while ensuring a seamless user experience.

Expand Down
2 changes: 2 additions & 0 deletions catalog/qod/qod.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ excerpt: The QoD API allows the developer to prioritize network traffic on certa
category: 66aa4f941e51e7000fa353ce
---

> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
An example of an application that aims to enrich the public experience when attending a live sporting event, an advanced feature for your viewers may be watching replays of relevant games.

To do this, the application must ensure that the end user has adequate connectivity to watch it, regardless of the
Expand Down
4 changes: 1 addition & 3 deletions catalog/simswap/simswap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: The SIM Swap API from Open Gateway allows to check for SIM card swaps f
category: 66aa4f941e51e7000fa353ce
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
The standardized SIM Swap API enables seamless integration of SIM swap detection and management functionality into your applications. This API enhances security by identifying potentially fraudulent activity and providing an additional layer of protection against unauthorized access.

Expand Down
4 changes: 1 addition & 3 deletions gettingstarted/apireference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: Find out how to start testing the Open Gateway APIs with our tools in t
category: 66d5624a492663000f4ed527
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).If you do not have an application in the sandbox,go go to the Developer Hub and sign up.
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).

An API reference is a comprehensive document that provides detailed information about an API (Application Programming Interface), including how to use its functions, methods, endpoints, parameters, and data structures. It serves as a guide for developers who want to integrate or interact with the API in their applications.
Expand Down
4 changes: 1 addition & 3 deletions gettingstarted/programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: Find out how to start testing the Open Gateway APIs in our Sandbox or g
category: 66d5624a492663000f4ed527
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
# Open Gateway Programs

Expand Down
4 changes: 1 addition & 3 deletions gettingstarted/sandbox/postmaninteraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: Learn how to explore the functionality of the Sandbox environment using
category: 66d5624a492663000f4ed527
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
# Interact with the Open Gateway Sandbox using Postman

Expand Down
4 changes: 1 addition & 3 deletions gettingstarted/sandbox/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ title: Sandbox
excerpt: In this section you will find how to use the Telefónica Open Gateway Sandbox environment to test the Open Gateway APIs without the need to subscribe to a Channel Partner. Your tests won't be charged and won't be suitable for going into a production stage, so it is a great chance to learn and prototype, as a previous step to go commercial.
category: 66d5624a492663000f4ed527
---
> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
The Sandbox in Open Gateway is a secure and free testing environment that allows developers to experiment with Open Gateway APIs without any risk to live systems. This isolated space is designed to help developers validate their applications, ensuring they work as intended before deployment. By providing access to all the necessary tools and resources, the Sandbox allows developers to simulate real-world scenarios and thoroughly test API integrations.

Expand Down
4 changes: 1 addition & 3 deletions gettingstarted/sandbox/sdkreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: Reference guide to the Sandbox Python SDK on how to authorize, instanti
category: 66d5624a492663000f4ed527
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
The current scope of the Sandbox SDK is limited since it is meant to showcase how an SDK integration is like. Check the [API Integration guide](/docs/apiintegration) to understand the pros and cons of using an SDK when compared to implement HTTP requests.

Expand Down
4 changes: 1 addition & 3 deletions gettingstarted/sandbox/usethesandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ excerpt: Learn how to effectively use the Open Gateway Sandbox, a free and secur
category: 66d5624a492663000f4ed527
---

> 📘 Note
>
> To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
> 📘 To try out our APIs, visit the [Sandbox](https://opengateway.telefonica.com/developer-hub/unirse).
## Registering your application

Expand Down

0 comments on commit 9366c5a

Please sign in to comment.