Refining usage of notice shortcodes

This commit is contained in:
Todd Fredrich
2023-01-20 19:13:04 -07:00
parent ee3f29da12
commit 2a36363604
5 changed files with 14 additions and 11 deletions

View File

@ -5,7 +5,7 @@ weight: 10
---
The term RESTful APIs or RESTful services is a hot topic. So what is REST? And how do we create a so-called RESTful API? Good question! Let's talk about this often misunderstood phrase...
{{% notice style="tip" title="Here's a Quick Tip!" icon="exclamation-circle" %}}
{{% notice info "A Loose Definition" %}}
When someone says, "REST service," "REST API" or "RESTful API" they more-than-likely mean an HTTP or Web-based server that accepts requests over HTTP and responds in human-readable JSON.
Yep, that really is it. But there are a lot of nuances--read on to discover more details!