Rails.application.routes.draw do get '/api/v1/user' => 'auth#user' post '/api/v1/login' => 'auth#login', as: 'login' post '/api/v1/logout' => 'auth#logout' get '/api/v1/projects' => 'projects#list' get '/api/v1/projects/:id' => 'projects#fetch' # for debugging in a browser get '/' => 'auth#nothing' end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 17271 | tjuricek | Remove deprecated Ruby implementation. | ||
//guest/perforce_software/helix-web-services/main/source/helix_web_services/mock_raymond/config/routes.rb | |||||
#1 | 16072 | tjuricek |
Helix Cloud integration for Helix Sync services. This includes a "mock_raymond" rails application for keeping tabs on basic integration with Helix Cloud. We do not test against a live server. See integration history for more details. |
||
//guest/doug_scheirer/helix-web-services/main/source/helix_web_services/mock_raymond/config/routes.rb | |||||
#2 | 15877 | Doug Scheirer | Cleanup mock behavior, get create client working again in HWS for cloud | ||
#1 | 15851 | Doug Scheirer | mock raymond service, rails app development standin for the helix cloud webapp |