ydle/api-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Ydle API Bundle

Installs: 455

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 1

Open Issues: 0

Type:symfony-bundle

0.5 2014-02-22 20:05 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:29:52 UTC


README

This file is part of Ydle.

Ydle is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Ydle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Ydle. If not, see http://www.gnu.org/licenses/.

APIBundle

Expose data from the YDLE interface

actions exposed :

  • details of a room
  • room listing
  • saving data for a node
  • adding log

The whole documentation is available on the Ydle's Wiki : http://wiki.ydle.fr

If you need help you can ask for on our forum : http://forum.ydle.fr

Adding log from the master.

To add log from the master, you have to call the url : /api/log/add and pass in POST the following parameters :

  • message : a text message
  • level : One of the following : INFO, ERROR, WARNING, DEBUG, CRITICAL