Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Nov 5, 2015
1 parent abb9672 commit 4f3819d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,19 @@ hasn't been updated in over 3 years and requires that you know the exact URL pat
creating your own entity classes for each resource. That's why I'm building ShopifySharp — .NET developers need a
fully-featured library for interacting with Shopify and building Shopify apps.

With that said, this library is brand new. It currently only supports **OAuth authentication**, the **billing** API,
the **Customers** resource, the **Orders** resource, the **Webhooks** resource, the **Script Tags** resource, the **Assets** resource, and
the **Shop** resource. More functionality will be added each week until it reachs full parity with Shopify's REST API.

![imgur](http://i.imgur.com/WJKJI9D.png)
With that said, this library is still pretty new. It currently suppports the following Shopify APIs:

- OAuth authentication.
- Application charges (in-app purchases)
- Recurring application charges (subscriptions)
- Customers
- Orders
- Products
- Webhooks
- Assets
- Shop

More functionality will be added each week until it reachs full parity with Shopify's REST API.

# Installation

Expand Down

0 comments on commit 4f3819d

Please sign in to comment.