Jump to content

PHP application help


AlexHera

Recommended Posts

Hello, first of all, i want to introduce myself to these forums.
I'm Alex, i'm 23, and i'm a student.
Now the php stuff:
In a few days i will participate in a contest, we've already got the subject, but i never heard of these terms before.
A little help would be apreciated.

Creating a web application that can expose a particular type of REST APIs in an easy format, to be used by a user without programming knowledge.

Link to comment
https://forums.phpfreaks.com/topic/275617-php-application-help/
Share on other sites

What is says is that you need to develop an app that instead of using a DB will use an API. For example the API exposes a listUsers method. So, you create a link that says List Users and when the user clicks it, queries the API and displays the results to the user.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.