Incomplete RESTful API for IRC
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Chris Smith 2d0be4cf8a Flesh out project, add version resource 12 anos atrás
etc/ivy Flesh out project, add version resource 12 anos atrás
nbproject Flesh out project, add version resource 12 anos atrás
src/name/smith/chris/restirc Flesh out project, add version resource 12 anos atrás
.gitignore Initial project structure 12 anos atrás
LICENSE.txt License 12 anos atrás
README.textile Add very basic readme 12 anos atrás
build-ivy.xml Initial project structure 12 anos atrás
build.xml Flesh out project, add version resource 12 anos atrás
ivy.xml Flesh out project, add version resource 12 anos atrás

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.