I
I
Illia T2020-07-13 18:54:11
API
Illia T, 2020-07-13 18:54:11

What is (conceptually) an API that runs on top of HTTP in JSON format?

Got a test task to make an application with CRUD operations. There is also a task to make a filter on the created records that are displayed in the browser.
I am familiar with the json format from javascript, but you need to figure out what's what in PHP.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
McBernar, 2020-07-13
@McBernar

This is when you send a request to the server, for example GET /api/comments, and in response you receive JSON with comments, which you can parse and display on your front.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question