-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
http://localhost:3000/api/v1/contacts/
Rake routes:
Prefix Verb URI Pattern Controller#Action
api_v1_contacts GET /api/v1/contacts(.:format) api/v1/contacts#index {:format=>:json}
POST /api/v1/contacts(.:format) api/v1/contacts#create {:format=>:json}
api_v1 GET /api/v1/contacts/:id(.:format) api/v1/contacts#show {:format=>:json}
PUT /api/v1/contacts/:id(.:format) api/v1/contacts#update {:format=>:json}
DELETE /api/v1/contacts/:id(.:format) api/v1/contacts#destroy {:format=>:json}
Metadata
Metadata
Assignees
Labels
No labels