Unofficial .NET client for the Mintos API (cookie session and anti-CSRF).
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
37
commits
Update solution and project files to support Visual Studio 2022 and add SignAndRelease configuration to project settings.
c414c2dView on GitHubUpdate README.md to add NuGet badges for downloads, version, and license information.
c0db0f5View on GitHubUpdate project to target .NET 10, enhance project metadata in .csproj, and add SignAndRelease configuration in solution file.
3ea0997View on GitHubUpdate .gitignore to remove Directory.Build.props and add Directory.Build.props file for project configuration
4031705View on GitHubUpdate README.md to include comprehensive library documentation, legal notice, features, installation instructions, and trademark disclaimer for Mintos.API
5d38630View on GitHubAdd GetUserCurrencyOverviewAsync method to MintosClient for retrieving user currency overview
9a9e0d9View on GitHubAdd GetFinishedNoteSeriesInvestmentsAsync method to MintosClient for retrieving finished investments in note series and update documentation for CurrentNoteSeriesInvestmentsRequest to reflect new endpoint.
c0f301fView on GitHubAdd GetCurrentNoteSeriesInvestmentsAsync method to MintosClient for retrieving current investments in note series.
cf3da69View on GitHubAdd GetPortfolioDistributionsAsync method to MintosClient for retrieving portfolio distribution data by account currency code.
575b36dView on GitHubAdd cart note series functionality to MintosClient and update related models
4b7e29dView on GitHubUpdate SortingOptions in NoteSeriesSearchRequestBase to use nullable string properties for SortField and SortOrder, allowing for more flexible sorting configurations.
baf9707View on GitHubRefactor MintosClient to rename Secondary Market region and add GetPrimaryMarketNoteSeriesAsync method. Update SecondaryMarketRequest to inherit from NoteSeriesSearchRequestBase and simplify properties. Enhance SecondaryMarketResponse with LendingCompanyRiskSubscores for detailed risk assessment.
bef31c3View on GitHubEnhance UserResponse and AccountAggregate models by adding multiple new properties for improved financial data tracking and reporting.
1199f31View on GitHubEnhance logging for unauthorized access handling in MintosProxyApi, including URL context in error and information messages.
3602f09View on GitHubAdd Directory.Build.props to .gitignore to exclude build configuration files from version control.
266b999View on GitHub