Incomplete RESTful API for IRC
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Chris Smith caf8b09d72 License 12 gadus atpakaļ
etc/ivy IRC libraries 12 gadus atpakaļ
nbproject Add netbeans project 12 gadus atpakaļ
.gitignore Initial project structure 12 gadus atpakaļ
LICENSE.txt License 12 gadus atpakaļ
README.textile Add very basic readme 12 gadus atpakaļ
build-ivy.xml Initial project structure 12 gadus atpakaļ
build.xml Initial project structure 12 gadus atpakaļ
ivy.xml IRC libraries 12 gadus atpakaļ

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.