Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilsonwu/apilitenet
A new ASP.NET Core project here: https://github.com/wilsonwu/netcoreauth
https://github.com/wilsonwu/apilitenet
Last synced: 23 days ago
JSON representation
A new ASP.NET Core project here: https://github.com/wilsonwu/netcoreauth
- Host: GitHub
- URL: https://github.com/wilsonwu/apilitenet
- Owner: wilsonwu
- Created: 2013-01-19T03:38:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T03:03:37.000Z (over 1 year ago)
- Last Synced: 2024-04-24T10:58:34.751Z (7 months ago)
- Language: C#
- Homepage:
- Size: 2.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A new ASP.NET Core project here: https://github.com/wilsonwu/netcoreauth
APILiteNET
==========
This project is lite RESTful API framework using ASP.NET MVC in C#, we can use it to build a API provider quickly and easily.## Features ##
- Serve all requests as API request or custom prefix
- Support JSON/XML/JSONP data formats as response
- GZIP/Deflate compress support
- Custom error display support
- Custom authentication attributes