Entradas

Mostrando las entradas con la etiqueta API de Oracle Fusion

Building the ATP Dashboard Tennis.com with Javascript

Imagen
Building the ATP Dashboard The goal of this project was to create a web page capable of displaying ATP rankings in a simple and visually appealing way. To accomplish this, I built a dashboard that retrieves data directly from Tennis API using JavaScript and the Fetch API. I used tennis-api.com The application includes several useful features: ATP Top 3 players overview. Total number of players returned by the API. Dynamic player search. Interactive ATP ranking table. All information is loaded in real time and updated whenever the page is refreshed from tennis-api.com You can try the live version of the dashboard here: ATP Tennis Dashboard Demo I also recorded a short video showing how to obtain an API Key from tennis-api.com through RapidAPI, explore the available endpoints, and test the dashboard: Watch the English Video Tutorial Download the Source Code If you'd like to experiment with the project or customize it for your own applications, the complete source...

Oracle soap API para remover o agregar roles a usuarios

Imagen
    En ocasiones necesitamos actualizar datos para muchos registros y para evitar hacer esto uno por uno, Oracle tiene disponibles herramientas como SOAP Web Services y REST API Services. En esta publicación vamos hacer uso de un API de ORacle Cloud para remover un rol a un usuario  Primero vamos a la liga de documentacion  https://docs.oracle.com/en/cloud/saas/applications-common/24b/farca/op-hcmrestapi-scim-roles-get.html Vamos a utilizar la URL que viene en esa pantalla  URL: https://servername/ hcmRestApi/scim/Roles/{id} Vamos a entrar a Postman y desde ahí vamos armar  el xml , primero vamos agregar un request Luego vamos a poner el tipo  Patch  y vamos a poner la URL que vimos  atrás, solo tengan cuidado de cambiar el nombre de su servidor  URL:  https://servername/ hcmRestApi/scim/Roles/{id} Después vamos agregar nuestras credenciales de acceso a Oracle , en la sección de authorization , en la parte de Body vamos a marcar raw...

🚀 Mantener este blog funcionando requiere tiempo y café. ¡Puedes contribuir con uno aquí!