Vaibhav GajareforOracle Apex Shared componentsoracle-apex-shared-components.hashnode.dev·13 hours agoRESTful Services in Oracle APEXIntroduction to RESTful Services in Oracle APEX: →Oracle APEX is a tool for building web applications quickly using an Oracle database. RESTful Services in Oracle APEX → One of its features is the ability to create RESTful web services, which let oth...Discuss·1 like#oracle-apex
gayatri kumargeekee.hashnode.dev·14 hours agoStructuring APIs the RESTful Way: Building a Solid FrameworkIn the previous part, we built a basic API using Node.js and Express. Now, it’s time to take things further by structuring our API according to REST principles. REST (Representational State Transfer) is a design approach that makes APIs more reliable...DiscussWeb Developmentjs
Ayusharpcoderreacttonext.hashnode.dev·Nov 22, 2024Understanding REST vs. GraphQL: Which One Should You Choose?The debate between REST and GraphQL has been a significant topic in web development for years. Both offer ways to build APIs, but they cater to different needs. In this post, we’ll compare REST and GraphQL in terms of their features, benefits, and us...Discuss·1 likewebdev
gayatri kumargeekee.hashnode.dev·Nov 21, 2024APIs Uncovered: The Gateway to Data and FunctionalityAPIs – The Bridge Between Systems Imagine you’re managing a space station and need data from various sources—weather on Mars, space mission statuses, and more. APIs (Application Programming Interfaces) act as digital translators that allow your syste...DiscussWeb Developmentjs
TARPARA KAUSHALkdtarpara.hashnode.dev·Nov 21, 2024Types of API1. SOAP (Simple Object Access Protocol) What it is: SOAP is a protocol for exchanging structured information in the form of XML. It was designed for high-level security and reliability. How it works: SOAP uses XML to send messages and relies on spe...DiscussAPIs
Coco Mincoco-in.hashnode.dev·Nov 20, 2024Automating API Testing with Postman CLI: Advanced Capabilities and New AlternativesIntroduction to API Automation In today's fast-paced development environments, automating the testing and orchestration of APIs is crucial. Postman, renowned for its intuitive interface, has introduced a Command Line Interface (CLI) to enhance automa...DiscussAPIs
Niraj Sahaninirajsahani147.hashnode.dev·Nov 20, 2024Spring Boot Essentials: BasicsIn this post, we will learn about various annotations used in Spring Boot. These annotations help developers efficiently create APIs without worrying about server management or handling different HTTP requests. Spring Boot annotations (like @GetMappi...DiscussSpringboot
Saumili Duttasaumilidutta.hashnode.dev·Nov 19, 2024API basicsUnderstanding the concept of API Definition An Application Programming Interface (API) is a contract that allows code to talk to other code. APIs are the building blocks of modern software because they allow for sharing of resources and services acro...DiscussAPIs
Sydney Nursesynuora.hashnode.dev·Nov 19, 2024APEX: Viewing Images and Videos from OCI Object StorageI’m not going to answer this question as many of the examples and samples that explore beyond the simple UI calls, seem to involve some level of earnest coding and I’m no developer, so this .. this is not going to be pretty. About this Post Something...Discuss·1 like·108 readsAPEX OCI Rest IntegrationOracle
Xinapi-design.hashnode.dev·Nov 19, 2024How to Make Requests to the Payoneer API?For developers seeking to integrate seamless payment solutions, the Payoneer API provides a robust pathway. This article delves into what Payoneer is, what developers look for in the Payoneer API, how to obtain API keys, and a step-by-step guide to m...DiscussAWS