From dd77c94f5be79dd3d7a768293eb305a66dc33086 Mon Sep 17 00:00:00 2001 From: ajanata Date: Sat, 29 Dec 2012 15:53:32 -0800 Subject: [PATCH] Updated API (markdown) --- API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 79b5f5d..93993ad 100644 --- a/API.md +++ b/API.md @@ -1,9 +1,9 @@ Work-in-progress API documentation. # Definitions -**AJAX_URL**: URL to the client action servlet. -**LONGPOLL_URL**: URL to the long-poll servlet. -**Constants**: Any references to "constants" would be referring to the data defined in https://github.com/ajanata/PretendYoureXyzzy/blob/master/src/net/socialgamer/cah/Constants.java. These values are used to express commands and parameters over the wire. Some UI strings are defined here as well (which you are free to replace with something equivalent). +**AJAX_URL**: URL to the client action servlet. +**LONGPOLL_URL**: URL to the long-poll servlet. +**Constants**: Any references to "constants" would be referring to the data defined in https://github.com/ajanata/PretendYoureXyzzy/blob/master/src/net/socialgamer/cah/Constants.java. These values are used to express commands and parameters over the wire. Some UI strings are defined here as well (which you are free to replace with something equivalent). **CONSTANTS_URL**: URL to the JavaScript version of the wire constants.