***Antipattern***
Count: 9
POST  /things [Singular last node with POST method.] 
POST  /things/THING_TOKEN [Singular last node with POST method.] 
POST  /things/THING_TOKEN [Singular last node with POST method.] 
POST  /things/THING_TOKEN/tags [Singular last node with POST method.] 
POST  /register [Singular last node with POST method.] 
POST  /login [Singular last node with POST method.] 
POST  /me/things [Singular last node with POST method.] 
POST  /classes/me/ID_COLLECTION [Singular last node with POST method.] 
POST  /me/things [Singular last node with POST method.] 

***Pattern***
Count: 24
GET  /things/THING_TOKEN/resources/RESOURCE_KEYregular methods.
GET  /things/THING_TOKENregular methods.
GET  /things/THING_TOKEN/resources/$MAGIC_RESOURCEregular methods.
GET  /things/THING_TOKEN/resourcesregular methods.
GET  /things/THING_TOKEN/tagsregular methods.
DELETE  /things/THING_TOKEN/tags/TAG_ID [Pluralized last node with PUT|DELETE method.] 
GET  /me/resourcesregular methods.
PUT  /me/grant [Pluralized last node with PUT|DELETE method.] 
PUT  /me/grant [Pluralized last node with PUT|DELETE method.] 
GET  /me/resources/RESOURCEregular methods.
GET  /me/resources/RESOURCE?subscribe=true&keepAlive=TIME_MSregular methods.
GET  /me/resources/descriptionregular methods.
PUT  /me/resources/description/THING_ID [Pluralized last node with PUT|DELETE method.] 
GET  /me/settingsregular methods.
PUT  /me/settings [Pluralized last node with PUT|DELETE method.] 
GET  /utils/date/?format=FORMATregular methods.
DELETE  /classes/me/ID_COLLECTION/PRIMARY_KEY [Pluralized last node with PUT|DELETE method.] 
PUT  /things/ID_COLLECTION/PRIMARY_KEY [Pluralized last node with PUT|DELETE method.] 
GET  /classes/me/ID_COLLECTION/PRIMARY_KEYregular methods.
GET  /classes/me/ID_COLLECTIONregular methods.
GET  /classes/me/ID_COLLECTION?subscribe=true&keepAlive=TIME_MSregular methods.
DELETE  /me/things [Pluralized last node with PUT|DELETE method.] 
GET  /things/THING_TOKEN/firmwares/download/FIRMWARE_IDregular methods.
GET  /things/THING_TOKEN/firmwares/latestregular methods.
