Skip to content

xArcGit/RestApiExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest API

REQUEST:

  • GET - /contact
  • GET - /contact/:contactId
  • POST - /contact/:contactId
  • DELETE - /contact/:contactId

JSON example

[
    {
        "_id": "65fbaeedf6ebfa5f9025d1ea",
        "firstName": "jack",
        "lastName": "robert",
        "email": "jack@xyz.io",
        "company": "self",
        "phone": "8988945561",
        "created_date": "2024-03-21T03:52:13.201Z",
        "__v": 0
    }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages