Your API endpoints should not need to redirect the clients, because they are your own microservices, and endpoints should only return HTTP 200-, 400-, and 500-series responses.
Los extremos de tu API no deberían necesitar redireccionar a los clientes, ya que son tus propios microservicios, y los extremos solo deben mostrar las respuestas de las series HTTP 200,400 y 500.
Otherwise: Your API will be accessible for testing via HTTP calls only (slower and much harder to generate coverage reports).
De lo contrario: Se podrá acceder a tu API para realizar pruebas solo a través de llamadas HTTP (más lento y mucho más difícil para generar informes de cobertura).
Postman is a powerful tool for performing integration testing with your API.
Postman es una poderosa herramienta para realizar pruebas de integración con su API.
There are dozens of languages that can be used to build your API.
Hay docenas de idiomas que se pueden utilizar para construir su API.
Simple authentication Your API is just a few clicks away from being highly-secured through Azure Active Directory, social network single sign-on, or OAuth.
Su API está a solo algunos clics de contar con un alto nivel de protección con Azure Active Directory, OAuth o el inicio de sesión único a través de redes sociales.
You certainly do not want these to appear in your API result.
Seguramente no quieras que éstos aparecieran en el resultado de tu API.
For example, it may block access to your API.
Por ejemplo, puedes bloquear el acceso a tu API.
Create and manage your API easily from one place.
Cree y gestione su API fácilmente desde un único sitio.
We are assuming that you already have customers that are consuming your API.
Estamos suponiendo que ya tienes clientes que están consumiendo tu API.
We can integrate your API, localization and more.
Podemos integrar su API, localización y mucho más.
I can make the update successfully using your API.
Puedo llevar a cabo la actualización usando su API.
Now you must study how many calls you are currently receiving in your API.
Ahora debes estudiar qué cantidad de llamadas estás recibiendo actualmente en tu API.
Share your API with other developers to allow them to generate their own keys.
Comparte tu API con otros programadores para permitirles crear sus propias claves.