On the Pineco.de site there's a new post that answers some of the frequently asked questions they've heard about APIs in Laravel-based applications.
Developing APIs are getting more and more popular, but still, it’s a bit blurry field for many developers. We collected some common questions and tried to answer them in one place.
Their list of questions includes:
- "What does RESTful mean?"
- "How does API authentication work?"
- "Why Laravel has a “web” and an “api ” middleware group?"
- "How can I test my APIs?"
For each there's a brief summary of the issue and links to other sources (documentation and packages) to help answer or fix the issue.