Skip to content

Commit

Permalink
enhance readme #116
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannagel committed Dec 26, 2023
1 parent 66ae4d7 commit 04fd3c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/services/gameapi/Codebreaker.Data.Cosmos/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ This library contains the data backend for Codebreaker for Azure Cosmos DB using
See https://github.com/codebreakerapp for more information on the complete solution.

See [Codebreakerlight](https://github.com/codebreakerapp/codebreakerlight) for a simple version of the Codebreaker solution with a Wiki to create your own Codebreaker service.

## Types available in this package


| Type | Description |
| --- | --- |
| `GamesCosmosContext` | This class implements `IGamesRepository` |

Configure this class to be injected for `IGamesRepository` in your DI container when Codebreaker games data should be stored with Azure Cosmos DB.

0 comments on commit 04fd3c4

Please sign in to comment.