Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibnekayesh/uwa
Universal Web Api
https://github.com/ibnekayesh/uwa
api asp-net-mvc csharp dynamic mssql mssqlserver mvc-framework open-source oracle sqlite universal universal-web-api webapi
Last synced: about 1 month ago
JSON representation
Universal Web Api
- Host: GitHub
- URL: https://github.com/ibnekayesh/uwa
- Owner: IbneKayesh
- Created: 2023-03-12T17:55:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-03T07:18:48.000Z (over 1 year ago)
- Last Synced: 2024-09-29T14:22:04.369Z (about 2 months ago)
- Topics: api, asp-net-mvc, csharp, dynamic, mssql, mssqlserver, mvc-framework, open-source, oracle, sqlite, universal, universal-web-api, webapi
- Language: C#
- Homepage:
- Size: 504 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uwa
Universal Web ApiSample file is attached
Endpoint: /api/v1/ApplyCommit
select query with parameter
{
"SF_NAME": "sqldb1-sql1",
"SF_RETN": "GET",
"PARAM_LIST": [
{
"TEXT": "@@PROJ_ID",
"VALUE": "1"
}
]
}select query without parameter
{
"SF_NAME": "sqldb1-sql3",
"SF_RETN": "GET",
"PARAM_LIST": []
}insert query with parameter
{
"SF_NAME": "sqldb1-sql2",
"SF_RETN": "POST",
"PARAM_LIST": [
{
"TEXT": "@@ID",
"VALUE": "1"
},
{
"TEXT": "@@ROLE_NAME",
"VALUE": "Admin User"
}
]
}