From 0141f31d337f1d0f660d2a674d28c472ce5682d0 Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Wed, 6 Feb 2013 18:57:25 -0500 Subject: [PATCH] add warning message to sample-post.py --- common/lib/sample-post.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/common/lib/sample-post.py b/common/lib/sample-post.py index ae71603710..a4985689bf 100644 --- a/common/lib/sample-post.py +++ b/common/lib/sample-post.py @@ -1,4 +1,14 @@ -# A simple script demonstrating how to have an external program save results to the server +# A simple script demonstrating how to have an external program post problem +# responses to an edx server. +# +# ***** NOTE ***** +# This is not intended as a stable public API. In fact, it is almost certainly +# going to change. If you use this for some reason, be prepared to change your +# code. +# +# We will be working to define a stable public API for external programs. We +# don't have have one yet (Feb 2013). + import requests import sys