Skip to content

dalerjun33/AlifTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rquests

Add Request

URL = http://127.0.0.1:8887/Add?AuthorName=var1&AuthorSurname=var2&DateOfbirth=var3&Quote=var4&Category=var5

  1. var1= Name
  2. var2= Surname
  3. var3= Date of Birth
  4. var4= Quote Text
  5. var5= Category

Return All

URL = http://127.0.0.1:8887/ReturnAllQuotes

Delete Quote by Id

URL = http://127.0.0.1:8887/DeleteQuoteById?Id=var1

  1. var1=Quote Id

Change Quote

URL = http://127.0.0.1:8887/ChangeAuthorName=var1&AuthorSurname=var2&DateOfbirth=var3&Quote=var4&Category=var5&Id=var6

  1. var1= Name
  2. var2= Surname
  3. var3= Date of Birth
  4. var4= Quote Text
  5. var5= Category
  6. var5= Quote Id

GetAllQuotes By Category

URL = http://127.0.0.1:8887/GetAllQuotesByCategory?Category=var1

  1. var1=Category Name

Return Random

http://127.0.0.1:8887/ReturnRandomQuotes

About

Alif Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages