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

https://github.com/frasermolyneux/invision-api-client

Invision Community API client library used by the XtremeIdiots portal, published to NuGet.
https://github.com/frasermolyneux/invision-api-client

api-client dotnet github-actions invision-community nuget polly restsharp

Last synced: about 1 month ago
JSON representation

Invision Community API client library used by the XtremeIdiots portal, published to NuGet.

Awesome Lists containing this project

README

          

# MX.InvisionCommunity.Api.Client

Invision Community API client packaged as `MX.InvisionCommunity.Api.Client` on NuGet.

## Build & test
- `dotnet build src/MX.InvisionCommunity.sln`
- `dotnet test src` (tests not yet present; keeps workflow compatibility)

## Releases
- Versioning uses Nerdbank.GitVersioning (`version.json`) with tags `v`.
- CI/CD aligns with `cod-demo-reader`: feature/bugfix/hotfix pushes run Build and Test; PRs run PR Verify; main pushes run Release - Version and Tag, followed by Release - Publish NuGet.

## Package info
- Package Id: `MX.InvisionCommunity.Api.Client`
- Repository: https://github.com/frasermolyneux/invision-api-client