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
Format Upgrade branch 3.0 of RESTLER (still 3.0.0 RC6) 2017-11-17 12:55:27 +01:00
UI
views
ApcCache.php
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
composer.json
Defaults.php
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
HumanReadableCache.php
iAuthenticate.php
iCache.php
iCompose.php
iFilter.php
iIdentifyUser.php
InvalidAuthCredentials.php
iProvideMultiVersionApi.php
iUseAuthentication.php
MemcacheCache.php
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
Resources.php
RestException.php
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
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