Skip to content

Commit

Permalink
updates the readme (DAXGRID#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen authored May 14, 2021
1 parent 000f712 commit 4da055c
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
# Typesense-dotnet

[Unofficial .net client for Typesense HTTP API.](https://github.com/typesense/typesense)
[.net client for Typesense HTTP API.](https://github.com/typesense/typesense)

[You can get the NuGet package here](https://www.nuget.org/packages/Typesense/)

## Progress

- [x] Create collection
- [x] Create document
- [x] Upsert document
- [x] Search collection
- [x] Retrieve document
- [x] Update document
- [x] Delete document
- [x] Retrieve collection
- [x] Export documents
- [x] Import documents
- [x] List all collections
- [x] Drop a collection
- [ ] Multiple node support

## Setup

Setup in service collection. The `AddTypesenseClient` can be found in the `Typesense.Setup` namespace.

``` c#
Expand Down

0 comments on commit 4da055c

Please sign in to comment.