Tag: rest
Total: 12 Posts
Posts of Tag: rest
Total: 12 Posts
Posts of Tag: rest
How to Send Headers With an Axios POST Request
.lazyload-placeholder { display: none; } Introduction Axios is an HTTP client library that is used to send asynchronous HTTP requests such as POST, GET, and DELETE to REST endpoints (mainly APIs). Some of these...Learn MoreJavaScriptAxiosrestPostSending POST JSON Requests With Axios
.lazyload-placeholder { display: none; } Introduction Axios is a promise-based HTTP client library that makes it simple to send asynchronous HTTP requests (such as POST, GET, and DELETE) to REST endpoints, main...Learn MoreJavaScriptAxiosJsonReactAPIrestPostCreating a REST API with Django REST Framework
Introduction REST APIs are an industry-standard way for web services to send and receive data. They use HTTP request methods to facilitate the request-response cycle and typically transfer data using JSON, and ...Learn MorePythonDjangoFrameworkAPIrestGuide to Unit Testing Spring Boot REST APIs
Introduction Testing the system is an important phase in a Software Development Life Cycle (SDLC). Testing promotes code reliability, robustness, and ensures high-quality software delivered to clients if implem...Learn MoreJavaAPISpringresttestingtddmockitojunitCreating a REST API in Python with Django
Creating a REST API in Python with Django Introduction Django is a powerful Python Web Framework used to build secure, scalable web applications rapidly with fewer efforts. It became popular because of its low ...Learn MorePythonDjangoAPIrestJava REST API Documentation with Swagger2
Java REST API Documentation with Swagger2 Introduction In this article, we'll dive into the Swagger framework. We'll use Swagger2 to design, build, and document a Spring Boot RESTful API and Swagger UI to obser...Learn MoreJavaAPISpringSpring BootrestExample: REST Service with Apache Camel
Example: REST Service with Apache Camel With the extreme prevalence of mobile apps, web apps, and desktop apps, REST services are more important than ever to provide data to it's users. This data could be used ...Learn MoreJavaApacherestcamelBuilding a REST API with Node and Express
Building a REST API with Node and Express Introduction In this tutorial, we are going to build a REST API to manage books with Node.js and Express. To get started with it, I assume that you have Node.js install...Learn MoreJavaScriptNodejsAPIrestexpressSpring HATEOAS: Hypermedia-Driven RESTful Web Services
Spring HATEOAS: Hypermedia-Driven RESTful Web Services Introduction REST APIs are flexible and allow developers to make decoupled systems. With the rise of the microservice architecture - REST has matured even ...Learn MoreJavaWebsiteWebserviceRESTfulSpringrestNode.js Express Examples: Rendered, REST, and Static Websites
Node.js Express Examples: Rendered, REST, and Static Websites Web development has come a long way since the WWW boom in the late 90's. We as developers now have infinite resources and tools at our disposal. The...Learn MoreWebsiteJavaScriptNodejsrestexpressThe Node.js Request Module
The Node.js Request Module These days our web applications tend to have a lot of integrations with other services, whether it be interacting with a REST service like Twitter, or downloading images from Flickr. ...Learn MoreJavaScriptNodejsHTTPrestBuild a Spring Boot REST API with Java - Full Guide
Build a Spring Boot REST API with Java - Full Guide Introduction REST stands for REpresentational State Transfer, a standardized approach to building web services. A REST API is an intermediary Application Prog...Learn MoreJavaAPISpringSpring Bootrest