An open API service indexing awesome lists of open source software.

https://github.com/openpotato/opencodelist.net

Official .NET client library for parsing and building OpenCodeList documents
https://github.com/openpotato/opencodelist.net

codelist codelisten codelistset csharp-library dotnet-core opencodelist

Last synced: 2 months ago
JSON representation

Official .NET client library for parsing and building OpenCodeList documents

Awesome Lists containing this project

README

        

[![NuGet Gallery](https://img.shields.io/badge/NuGet%20Gallery-opencodelist.net-blue.svg)](https://www.nuget.org/packages/opencodelist.net/)
![GitHub](https://img.shields.io/github/license/openpotato/opencodelist.net)

# OpenCodeList\.NET

A [.NET](https://dotnet.microsoft.com/) library for parsing and building [OpenCodeList](https://openpotato.github.io/opencodelist/en/) documents.

+ Supports .NET 8 and .NET 9
+ Includes document class for code list documents
+ Includes document class for code list set documents
+ Includes synchron and asynchron methods

## Installation

```
dotnet add package OpenCodeList.Net
```

## Getting started

See [GitHub wiki](https://github.com/openpotato/opencodelist.net/wiki).

## Can I help?

Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.