Skip to content

Commit

Permalink
Add note about calls being blocking and synchronous
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Sep 23, 2012
1 parent 2a9ec77 commit 178503f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

0 comments on commit 178503f

Please sign in to comment.