We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b16a51 commit ac016a7Copy full SHA for ac016a7
1 file changed
README.md
@@ -108,19 +108,6 @@ var connection = SQLiteConnectionFactory.CreateConnection(
108
// Use with your preferred ORM or raw SQL
109
```
110
111
-### Shopify Integration
112
-
113
-```csharp
114
-using BAUERGROUP.Shared.API.Shopify;
115
116
-var client = new ShopifyClient(
117
- shopUrl: "mystore.myshopify.com",
118
- accessToken: "your-access-token"
119
-);
120
121
-var orders = await client.GetOrdersAsync();
122
-```
123
124
### Embedded Browser (WPF)
125
126
```csharp
0 commit comments