From 178503f977e3b3743fb9cd4dc0755317d2e283ff Mon Sep 17 00:00:00 2001 From: Jb Evain Date: Sun, 23 Sep 2012 12:08:32 +0200 Subject: [PATCH] Add note about calls being blocking and synchronous --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f421227..c21415c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## SyntaxTree.FastSpring +## SyntaxTree.FastSpring.Api -SyntaxTree.FastSpring is a C# library to query the [FastSpring](http://www.fastspring/) REST API. +SyntaxTree.FastSpring.Api is a C# library to query the [FastSpring](http://www.fastspring/) REST API. It works on .NET 3.5, .NET 4.0 and .NET 4.5. @@ -50,3 +50,6 @@ public class Program ``` We currently only support the order API, not the subscription one. + +All calls made to the FastSpring server are currently made synchronous and blocking. +Wrap your calls into a Task if you want them to to be asynchronous. \ No newline at end of file