This topic is locked

Api RestFull Server – EDAS3 – Electronic File

1/2/2023 3:14:19 PM
PHPRunner Tips and Tricks
fhumanes author

This is another version of the EDAS project . It is practically a copy of the EDAS2 version, but the most important and relevant thing is that a RestFull API has been added so that other systems, through this API, can manage 100% of the application's functionalities.

Purpose

A RestFull Api (server) has been added to the functionality of the EDAS application so that the systems that have the credentials to connect can perform 100% of the application's functionality.

Technically, its objective is to be able to provide a RestFull API to any application developed in PHPRunner. One of its important points is the identification of the user's access credentials and the maintenance of this data for all the actions that are carried out.

DEMO : https://fhumanes.com/edas3/

User/Password : admin/admin or user1/user1 or user2/user2

RestFull API : POST/PUT/GET http://fhumanes.com/edas3/restapi/v1/{action}

If you are interested in this information and want to obtain all the documentation and project sources, access my portal to download them.