You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-55Lines changed: 47 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 📋 Overview
4
4
5
-
This repository contains C# utilities designed to simplify constructing requests for the QuickBase API and provide intuitive interfaces for building insert, update, delete, and query operations on QuickBase tables.
5
+
QuickbaseNet is a versatile C# library designed to simplify and streamline interactions with the QuickBase API. Tailored for developers looking to efficiently perform CRUD operations and build complex queries, QuickbaseNet offers a set of intuitive tools including `QuickBaseCommandBuilder`, `QueryBuilder`, and `QuickbaseClient`. Whether you're managing database records or crafting detailed queries, QuickbaseNet enhances your experience with QuickBase tables through its fluent and user-friendly interfaces.
6
6
7
7
## ✨ Features
8
8
@@ -13,128 +13,115 @@ This repository contains C# utilities designed to simplify constructing requests
13
13
14
14
## 💾 Installation
15
15
16
-
Provide installation instructions, such as NuGet package installation, cloning a repository, or manually adding files.
16
+
To get started with QuickbaseNet, you can install it via NuGet or clone the repository:
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
153
141
154
142
## 📜 License
155
143
156
144
Distributed under the MIT License. See [LICENSE](https://github.com/ducksoop/quickbase-net/blob/master/LICENSE.txt) for more information.
145
+
146
+
## 📚 Additional Resources
147
+
148
+
-[QuickBase API Documentation](https://developer.quickbase.com)
0 commit comments