Incomplete RESTful API for IRC
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Chris Smith caf8b09d72 License vor 12 Jahren
etc/ivy IRC libraries vor 12 Jahren
nbproject Add netbeans project vor 12 Jahren
.gitignore Initial project structure vor 12 Jahren
LICENSE.txt License vor 12 Jahren
README.textile Add very basic readme vor 12 Jahren
build-ivy.xml Initial project structure vor 12 Jahren
build.xml Initial project structure vor 12 Jahren
ivy.xml IRC libraries vor 12 Jahren

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.