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.
- Host: GitHub
- URL: https://github.com/frasermolyneux/invision-api-client
- Owner: frasermolyneux
- License: gpl-3.0
- Created: 2023-01-15T13:59:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T06:01:11.000Z (about 2 months ago)
- Last Synced: 2026-02-14T13:50:19.009Z (about 2 months ago)
- Topics: api-client, dotnet, github-actions, invision-community, nuget, polly, restsharp
- Language: C#
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
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