Skip to content

NaughtyCodes/RestWebServices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestWebServices

Rest Web Services example with basic security

Auth url http://localhost:10905/RestWebServices/Application/auth/ [Authorization Basic YWRtaW46cGFzc3dvcmQ=] header param "Authorization" username: admin and password: password

Customer Create Customer Insert Customer http://localhost:10905/RestWebServices/Application/Insert/Customer/{KRISHNAM}/{KRISH}/{NAN} Update Customer -- http://localhost:10905/RestWebServices/Application/Update/Customer/{ID} Read Customer http://localhost:10905/RestWebServices/Application/Select/Customer/{45} Search Customer http://localhost:10905/RestWebServices/Application/Search/Customer/{D} Delete Customer http://localhost:10905/RestWebServices/Application/Delete/Customer/{ID}

Todo.. Application Calculator:

Add(+)
	http://localhost:10905/RestWebServices/Cal/Add/{no}/{no}
Sub(-)
	http://localhost:10905/RestWebServices/Cal/Sub/{no}/{no}
Divide(/)
	http://localhost:10905/RestWebServices/Cal/Divide/{no}/{no}
Multiple(*)
	http://localhost:10905/RestWebServices/Cal/Mulltiple/{no}/{no}
Percentage(%)
	http://localhost:10905/RestWebServices/Cal/Percentage/{no%}/of/{no}
Mod(=)

About

Rest Web Services example with basic security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors