Nainaznainaz.hashnode.dev·Aug 18, 2024Apigee Grant TypesUnderstanding Apigee Grant Types: A Guide to OAuth 2.0 Authentication In the realm of API management, securing access to your services is paramount. One of the most robust frameworks for achieving this is OAuth 2.0, and Apigee, a leading API manageme...DiscussApigeeapigee
Nainaznainaz.hashnode.dev·Aug 18, 2024API Onboarding with Apigee, NGINX, and PSGUnderstanding the Flow of API Onboarding with Apigee, NGINX, and PSG In the world of modern application development, APIs play a crucial role in connecting services, enabling communication, and providing data to various clients. When onboarding APIs,...Discussapi onboarding
Yilia Linapi7.hashnode.dev·Apr 15, 2024Choosing the Right API Gateway: Pricing Models for Amazon API Gateway, Apigee, Kong, and Apache APISIXIn today's digital era, APIs (Application Programming Interfaces) serve as the foundation of modern applications, facilitating seamless communication and data exchange. However, efficiently managing these APIs necessitates a robust tool: API gateway....Discuss·45 likesOpen Source
Nainaznainaz.hashnode.dev·Dec 28, 2023Elements of API proxy.In this blog, we will understand the elements of API proxy in detail. Before going to Elements of API proxy let's understand the role played by Environments and Environment groups. Environments It is the runtime context to deploy API proxies. API pro...DiscussApigeeAPIs
Nainaznainaz.hashnode.dev·Dec 12, 2023Reverse API ProxyWhat is a Reverse proxy? It receives the request from the client, processes it, and calls the backend service to get the data that the client requests. Send the response back to the client. Scenario: The client sends a request message to the back...DiscussApigeeAPIs
Nainaznainaz.hashnode.dev·Dec 5, 2023Loopback API proxyWhat is a loopback service? It receives the request from the client, processes it, and responds without calling the backend service. Any modifications to the response can be done inside the proxy. The loopback service can also be used as a dummy b...DiscussApigeeapigee
NearformforNearformnearform.hashnode.dev·Oct 23, 2023How to Get Started with Google Apigee XBy Kenan Dervisevic Google Apigee X is a comprehensive, full-lifecycle API management solution that empowers businesses to accelerate growth by unlocking the value of data and delivering modern applications. Apigee X integrates Google’s artificial in...Discussiwritecode
Nainaznainaz.hashnode.dev·Oct 14, 2023Create an Apigee (-X) account for freeIn this blog, I am explaining how to create a free Apigee X account to learn and practice an Apigee Edge platform. click here, to open the Apigee setup link. Use your Google account to sign up. If already registered sign in with your Google account...DiscussApigeeapigee
Stanislav Deviatovstn1slv.hashnode.dev·Aug 1, 2023Integration Digest for July 2023🎉 Hello everyone! We're excited to present our Integration Digest for July 2023! 🎉 Get ready for an informational feast with these must-read articles on APIs, microservices, REST, and more: 📚 Dive deep into the world of APIs with articles like 10 ...Discussmulesoft
Anurag Jainblog.anuragjain.me·Feb 26, 2023Understanding API Gateway, Backend For FrontendUnderstanding API gateway If you're working on a microservices architecture with multiple services and would like to expose your APIs to external developers, several requirements need to be considered. These requirements include Authentication: Auth...Discuss·247 readsAPI Gateway