Test API


              
                GET /test_api
              
                HTTP 200 OK
Content-Type: text/html; charset=utf-8
{
  "message": "This is the API root."
}
<?xml version="1.0" encoding="UTF-8"?>
<hash>
  <message>This is the API root.</message>
</hash>
Path Verb Controller#Action
test_api GET test_api#root
test_api OPTIONS test_api#options
test_api/active_model_serializer/marbles
test_api/active_model_serializer/marbles GET test_api/active_model_serializer/marbles#index
test_api/active_model_serializer/marbles POST test_api/active_model_serializer/marbles#create
test_api/active_model_serializer/marbles OPTIONS test_api/active_model_serializer/marbles#options
test_api/active_model_serializer/marbles/:id GET test_api/active_model_serializer/marbles#show
test_api/active_model_serializer/marbles/:id PUT test_api/active_model_serializer/marbles#update
test_api/active_model_serializer/marbles/:id PATCH test_api/active_model_serializer/marbles#update
test_api/active_model_serializer/marbles/:id DELETE test_api/active_model_serializer/marbles#destroy
test_api/marble
test_api/marble GET test_api/marble#show
test_api/marble OPTIONS test_api/marble#options
test_api/marble/another_changed GET test_api/marble#another_changed_action
test_api/marble/changed GET test_api/marble#changed_action
test_api/marbles
test_api/marbles GET test_api/marbles#index
test_api/marbles POST test_api/marbles#create
test_api/marbles OPTIONS test_api/marbles#options
test_api/marbles/alternate_list GET test_api/marbles#alternate_list
test_api/marbles/:id GET test_api/marbles#show
test_api/marbles/:id PUT test_api/marbles#update
test_api/marbles/:id PATCH test_api/marbles#update
test_api/marbles/:id DELETE test_api/marbles#destroy
test_api/marbles/:id/description GET test_api/marbles#description
test_api/marbles_with_added_select
test_api/marbles_with_added_select GET test_api/marbles_with_added_select#index
test_api/marbles_with_added_select POST test_api/marbles_with_added_select#create
test_api/marbles_with_added_select OPTIONS test_api/marbles_with_added_select#options
test_api/marbles_with_added_select/:id GET test_api/marbles_with_added_select#show
test_api/marbles_with_added_select/:id PUT test_api/marbles_with_added_select#update
test_api/marbles_with_added_select/:id PATCH test_api/marbles_with_added_select#update
test_api/marbles_with_added_select/:id DELETE test_api/marbles_with_added_select#destroy
test_api/marbles_with_bare_create
test_api/marbles_with_bare_create POST test_api/marbles_with_bare_create#create
test_api/marbles_with_bare_create OPTIONS test_api/marbles_with_bare_create#options
test_api/marbles_with_fields_hash
test_api/marbles_with_fields_hash GET test_api/marbles_with_fields_hash#index
test_api/marbles_with_fields_hash POST test_api/marbles_with_fields_hash#create
test_api/marbles_with_fields_hash OPTIONS test_api/marbles_with_fields_hash#options
test_api/marbles_with_fields_hash/:id GET test_api/marbles_with_fields_hash#show
test_api/marbles_with_fields_hash/:id PUT test_api/marbles_with_fields_hash#update
test_api/marbles_with_fields_hash/:id PATCH test_api/marbles_with_fields_hash#update
test_api/marbles_with_fields_hash/:id DELETE test_api/marbles_with_fields_hash#destroy
test_api/marbles_with_string_serializer
test_api/marbles_with_string_serializer GET test_api/marbles_with_string_serializer#index
test_api/marbles_with_string_serializer POST test_api/marbles_with_string_serializer#create
test_api/marbles_with_string_serializer OPTIONS test_api/marbles_with_string_serializer#options
test_api/marbles_with_string_serializer/:id GET test_api/marbles_with_string_serializer#show
test_api/marbles_with_string_serializer/:id PUT test_api/marbles_with_string_serializer#update
test_api/marbles_with_string_serializer/:id PATCH test_api/marbles_with_string_serializer#update
test_api/marbles_with_string_serializer/:id DELETE test_api/marbles_with_string_serializer#destroy
test_api/marbles_without_rescue_unknown_format
test_api/marbles_without_rescue_unknown_format GET test_api/marbles_without_rescue_unknown_format#index
test_api/marbles_without_rescue_unknown_format POST test_api/marbles_without_rescue_unknown_format#create
test_api/marbles_without_rescue_unknown_format OPTIONS test_api/marbles_without_rescue_unknown_format#options
test_api/marbles_without_rescue_unknown_format/:id GET test_api/marbles_without_rescue_unknown_format#show
test_api/marbles_without_rescue_unknown_format/:id PUT test_api/marbles_without_rescue_unknown_format#update
test_api/marbles_without_rescue_unknown_format/:id PATCH test_api/marbles_without_rescue_unknown_format#update
test_api/marbles_without_rescue_unknown_format/:id DELETE test_api/marbles_without_rescue_unknown_format#destroy
test_api/network
test_api/network OPTIONS test_api/network#options
test_api/network/test GET test_api/network#test
test_api/read_only_marbles
test_api/read_only_marbles GET test_api/read_only_marbles#index
test_api/read_only_marbles OPTIONS test_api/read_only_marbles#options
test_api/read_only_marbles/:id GET test_api/read_only_marbles#show
test_api/user
test_api/user GET test_api/user#show
test_api/user POST test_api/user#create
test_api/user PUT test_api/user#update
test_api/user PATCH test_api/user#update
test_api/user DELETE test_api/user#destroy
test_api/user OPTIONS test_api/user#options
test_api/user/delegated GET test_api/user#delegated
test_api/user/with_marbles GET test_api/user#with_marbles
test_api/user/marbles
test_api/user/marbles GET test_api/user/marbles#index
test_api/user/marbles POST test_api/user/marbles#create
test_api/user/marbles OPTIONS test_api/user/marbles#options
test_api/user/marbles/:id GET test_api/user/marbles#show
test_api/user/marbles/:id PUT test_api/user/marbles#update
test_api/user/marbles/:id PATCH test_api/user/marbles#update
test_api/user/marbles/:id DELETE test_api/user/marbles#destroy