Skip to content

SF-WDI-42/con-pletionist-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Con-pletionist App Solution

A JSON-only Rails back-end.

Routes are as follows:

     Prefix Verb   URI Pattern                Controller#Action
      talks GET    /talks(.:format)           talks#index
            POST   /talks(.:format)           talks#create
       talk GET    /talks/:id(.:format)       talks#show
            PATCH  /talks/:id(.:format)       talks#update
            PUT    /talks/:id(.:format)       talks#update
            DELETE /talks/:id(.:format)       talks#destroy
conferences GET    /conferences(.:format)     conferences#index
            POST   /conferences(.:format)     conferences#create
 conference GET    /conferences/:id(.:format) conferences#show
            PATCH  /conferences/:id(.:format) conferences#update
            PUT    /conferences/:id(.:format) conferences#update
            DELETE /conferences/:id(.:format) conferences#destroy

Important note: JSON endpoints must be specified with the .:format suffix – i.e. localhost:3000/talks.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published