REST APIs Tutorials
![]() | JSON Ignore Field in Response with Jackson @JsonIgnore Annotation | |
| Code examples of using @JsonIgnore annotation to ignore some fields in JSON response. Applied in Java Spring projects that use Jackson library. | ||
| Published: 28 June 2023 Views: 28,282 0 comments | ||
![]() | How to Use curl for Testing REST APIs (Test CRUD Operations) | |
| How to test REST APIs in command line/terminal using curl command and its options. curl examples for testing CRUD REST APIs. | ||
| Published: 03 September 2022 Views: 11,257 0 comments | ||
![]() | REST API Best Practices: How to Use the Right HTTP Methods and Status Codes | |
| REST API best practices: how to use the correct HTTP methods and status codes in your APIs | ||
| Published: 16 June 2022 Views: 5,472 0 comments | ||
![]() | JSON Fields Order using Jackson @JsonPropertyOrder Examples | |
| Code examples using @JsonPropertyOrder to sort fields in a JSON object with Jackson library | ||
| Published: 25 April 2023 Views: 4,028 0 comments | ||
![]() | How to Use Postman for Testing REST APIs (Test CRUD Operations) | |
| A beginner guide to REST APIs testing using Postman - Test CRUD APIs (Create, Retrieve, Update and Delete). | ||
| Published: 27 September 2022 Views: 4,001 0 comments | ||
![]() | How to set JSON property name in Java | |
| Code examples of using @JsonProperty to set custom property names in JSON object. Applied in Java Spring projects that use Jackson library. | ||
| Published: 29 June 2023 Views: 3,532 0 comments | ||
![]() | REST API with Spring: How to Prettify JSON Output | |
| How to format JSON output in API response with Spring MVC and Jackson library. Prettify JSON with proper indentation. | ||
| Published: 20 September 2023 Views: 2,395 0 comments | ||
![]() | Spring Authorization Server Example with OAuth 2 Client Credentials and In-memory Users | |
| Guide to implement Spring authorization server with OAuth2 client credentials grant type and in-memory clients (users) with Java code examples. REST clients then call the authorization server to obtain new access tokens to access protected APIs and resources. | ||
| Published: 12 February 2025 Views: 592 0 comments | ||
![]() | JSON Web Token (JWT) for Beginners | |
| This article helps you easily understand the basics and fundamentals of JSON Web Token (JWT) in REST API development: what JWT is, where it is used, the structure of a JWT, and some Java libraries that support working with JWT. | ||
| Published: 07 October 2024 Views: 588 0 comments | ||
![]() | How to Decode JWTs and Verify Signature | |
| Guide to decode JWT (JSON Web Token) content using online JWT decoder tool, including verify JWT signature that is signed with secret key or public and private keys. | ||
| Published: 03 October 2024 Views: 585 0 comments | ||
