Incomplete RESTful API for IRC
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Chris Smith 2d0be4cf8a Flesh out project, add version resource před 12 roky
etc/ivy Flesh out project, add version resource před 12 roky
nbproject Flesh out project, add version resource před 12 roky
src/name/smith/chris/restirc Flesh out project, add version resource před 12 roky
.gitignore Initial project structure před 12 roky
LICENSE.txt License před 12 roky
README.textile Add very basic readme před 12 roky
build-ivy.xml Initial project structure před 12 roky
build.xml Flesh out project, add version resource před 12 roky
ivy.xml Flesh out project, add version resource před 12 roky

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.