Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 7 hours ago
JSON representation

Universal Web Api

Awesome Lists containing this project

README

        

# uwa
Universal Web Api

Sample 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"
}
]
}