dolibarr/htdocs/includes/restler/framework/Luracast/Restler
Jean Traullé c0f98ab4c8
New REST API Explorer branding and improvements
- Header of REST API Explorer has been Dolibarr colored
- API Methods are now sorted alphabetically
- API endpoints with same names are now sorted in this order (GET, POST, PUT, PATCH, DELETE)
2018-08-26 17:13:19 +02:00
..
compatibility
Data Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
explorer New REST API Explorer branding and improvements 2018-08-26 17:13:19 +02:00
Filter Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
Format Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
UI Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
views Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
ApcCache.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
AutoLoader.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
CommentParser.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
Compose.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
composer.json Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
Defaults.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
EventDispatcher.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
Explorer.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
ExplorerInfo.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
Flash.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
HumanReadableCache.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
iAuthenticate.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
iCache.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
iCompose.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
iFilter.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
iIdentifyUser.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
InvalidAuthCredentials.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
iProvideMultiVersionApi.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
iUseAuthentication.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
MemcacheCache.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
PassThrough.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
README.md
Redirect.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
Resources.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
RestException.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
Restler.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
Routes.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
Scope.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
User.php Update Restler to 3.0.0RC6 2016-04-21 08:13:19 +02:00
Util.php Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00

Luracast Restler Framework

Restler is a simple and effective multi-format Web API Server written in PHP.

This repository contains just the framework files for installing the framework core using composer require statements.

For more information, usage examples, pull requests, and issues go to the Main Repository