Sha256: ebe71d3dbd785646024b571821de335242610e6fe271b5109e82435256230025

Contents?: true

Size: 326 Bytes

Versions: 44

Compression:

Stored size: 326 Bytes

Contents

Rails.application.routes.draw do
  resources :contacts do
    collection do
      get :export
    end
  end

  resources :properties

  get '/oauth', to: 'oauth/authorization#authorize'
  get '/oauth/callback', to: 'oauth/authorization#callback'
  get '/login', to: 'oauth/authorization#login'
  root to: 'contacts#index'
end

Version data entries

44 entries across 22 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-9.0.0 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-8.0.1 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-8.0.1 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-8.0.0 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-8.0.0 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-7.3.0 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-7.3.0 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-7.2.0 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-7.2.0 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-7.1.1 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-7.1.1 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-7.1.0 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-7.1.0 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-7.0.0 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-7.0.0 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-6.0.0 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-6.0.0 sample-apps/oauth-app/config/routes.rb
hubspot-api-client-5.0.0 sample-apps/contacts-app/config/routes.rb
hubspot-api-client-5.0.0 sample-apps/oauth-app/config/routes.rb