https://github.com/vilarj/commonutils
NUGET package for sharing common utilities used while developing RESTful APIs
https://github.com/vilarj/commonutils
csharp dotnet-core nuget-package
Last synced: 6 months ago
JSON representation
NUGET package for sharing common utilities used while developing RESTful APIs
- Host: GitHub
- URL: https://github.com/vilarj/commonutils
- Owner: vilarj
- License: mit
- Created: 2024-02-27T00:37:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-24T15:09:31.000Z (about 1 year ago)
- Last Synced: 2025-02-10T22:35:33.872Z (8 months ago)
- Topics: csharp, dotnet-core, nuget-package
- Language: C#
- Homepage: https://www.nuget.org/packages/API-Utilities/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Common Utils
Common checking library for API development. It checks for null values, negative numbers, extra space at the end of a string...
The library throws handling exceptions for making the developer's life easier.