Incomplete RESTful API for IRC
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Chris Smith bd054f1369 Add very basic readme 12 лет назад
etc/ivy Initial project structure 12 лет назад
.gitignore Initial project structure 12 лет назад
README.textile Add very basic readme 12 лет назад
build-ivy.xml Initial project structure 12 лет назад
build.xml Initial project structure 12 лет назад
ivy.xml Initial project structure 12 лет назад

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.