The test API contains a lot of really weird controllers for testing specific features.
GET /api/test/network/test
HTTP 200 OK
{
"message": "Hello, this is your non-resourceful route!"
}
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<message>Hello, this is your non-resourceful route!</message>
</hash>
Path | Verb | Controller#Action |
---|---|---|
test | GET | api/test/network#test |