Incomplete RESTful API for IRC
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Chris Smith caf8b09d72 License il y a 12 ans
etc/ivy IRC libraries il y a 12 ans
nbproject Add netbeans project il y a 12 ans
.gitignore Initial project structure il y a 12 ans
LICENSE.txt License il y a 12 ans
README.textile Add very basic readme il y a 12 ans
build-ivy.xml Initial project structure il y a 12 ans
build.xml Initial project structure il y a 12 ans
ivy.xml IRC libraries il y a 12 ans

README.textile

h1. RestIRC

h2. What is it?

_RestIRC_ aims to provide a REST-ful interface to IRC. The primary use-case is
to allow websites, scripts and applications to quickly and easily interact with
IRC to, for example, notify certain channels about events. After that, the goal
is to enable remote scripts and applications to listen to and respond to events
by registering WebHooks.

Ideally, it will eventually be possible to write a full IRC client on top of
the API without having to interact with IRC itself directly.