***Antipattern***
Count: 23
POST  /api/user/reg [Singular last node with POST method.] 
POST  /api/user/auth [Singular last node with POST method.] 
POST  /api/user/anon [Singular last node with POST method.] 
POST  /api/user/checkauth [Singular last node with POST method.] 
POST  /api/user/logout [Singular last node with POST method.] 
POST  /api/v/2/devices/{SystemKey}/auth [Singular last node with POST method.] 
POST  /api/collection/{systemKey}/{collectionName} [Singular last node with POST method.] 
POST  /api/data/{collectionID} [Singular last node with POST method.] 
POST  /api/code/{systemKey}/{serviceName} [Singular last node with POST method.] 
POST  /codeadmin/v/2/library/{systemKey}/{name} [Singular last node with POST method.] 
POST  /codeadmin/failed/{systemKey} [Singular last node with POST method.] 
POST  /api/message/{systemKey}/publish [Singular last node with POST method.] 
POST  /admin/reg [Singular last node with POST method.] 
POST  /admin/auth [Singular last node with POST method.] 
POST  /admin/logout [Singular last node with POST method.] 
POST  /admin/systemmanagement [Singular last node with POST method.] 
POST  /admin/collectionmanagement [Singular last node with POST method.] 
POST  /admin/forgotpass [Singular last node with POST method.] 
POST  /admin/triggers/handlers/{systemKey}/{name} [Singular last node with POST method.] 
POST  /admin/triggers/timers/{systemKey}/{name} [Singular last node with POST method.] 
POST  /admin/platform/developer [Singular last node with POST method.] 
POST  /admin/devices/{systemKey}/{name} [Singular last node with POST method.] 
POST  /admin/edges/{systemKey}/{edgeName} [Singular last node with POST method.] 

***Pattern***
Count: 61
GET  /api/user/inforegular methods.
PUT  /api/user/info [Pluralized last node with PUT|DELETE method.] 
PUT  /api/user/pass [Pluralized last node with PUT|DELETE method.] 
GET  /api/userregular methods.
PUT  /api/v/2/devices/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
GET  /api/collection/{systemKey}/{collectionName}regular methods.
PUT  /api/collection/{systemKey}/{collectionName} [Pluralized last node with PUT|DELETE method.] 
DELETE  /api/collection/{systemKey}/{collectionName} [Pluralized last node with PUT|DELETE method.] 
GET  /api/data/{collectionID}regular methods.
PUT  /api/data/{collectionID} [Pluralized last node with PUT|DELETE method.] 
DELETE  /api/data/{collectionID} [Pluralized last node with PUT|DELETE method.] 
GET  /api/data/{collectionid}/columnsregular methods.
GET  /codeadmin/v/2/library/{systemKey}regular methods.
GET  /codeadmin/v/2/library/{systemKey}/{name}regular methods.
PUT  /codeadmin/v/2/library/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
DELETE  /codeadmin/v/2/library/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
GET  /codeadmin/v/2/history/library/{systemKey}/{name}regular methods.
GET  /codeadmin/v/2/history/library/{systemKey}/{name}/{version}regular methods.
GET  /codeadmin/failedregular methods.
GET  /codeadmin/failed/{systemKey}regular methods.
DELETE  /codeadmin/failed/{systemKey} [Pluralized last node with PUT|DELETE method.] 
GET  /api/message/{systemKey}regular methods.
DELETE  /api/message/{systemKey} [Pluralized last node with PUT|DELETE method.] 
GET  /admin/systemmanagementregular methods.
PUT  /admin/systemmanagement [Pluralized last node with PUT|DELETE method.] 
DELETE  /admin/systemmanagement [Pluralized last node with PUT|DELETE method.] 
PUT  /admin/collectionmanagement [Pluralized last node with PUT|DELETE method.] 
PUT  /admin/collectionmanagement [Pluralized last node with PUT|DELETE method.] 
PUT  /admin/collectionmanagement [Pluralized last node with PUT|DELETE method.] 
DELETE  /admin/collectionmanagement [Pluralized last node with PUT|DELETE method.] 
GET  /admin/allcollectionsregular methods.
GET  /admin/allsystemsregular methods.
PUT  /admin/regensystemsecret [Pluralized last node with PUT|DELETE method.] 
GET  /admin/userinforegular methods.
PUT  /admin/user/{systemKey} [Pluralized last node with PUT|DELETE method.] 
PUT  /admin/putpass [Pluralized last node with PUT|DELETE method.] 
GET  /admin/triggers/definitionsregular methods.
GET  /admin/triggers/handlers/{systemKey}regular methods.
GET  /admin/triggers/handlers/{systemKey}/{name}regular methods.
PUT  /admin/triggers/handlers/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
DELETE  /admin/triggers/handlers/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
GET  /admin/triggers/timers/{systemKey}regular methods.
GET  /admin/triggers/timers/{systemKey}/{name}regular methods.
PUT  /admin/triggers/timers/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
DELETE  /admin/triggers/timers/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
GET  /admin/platform/developersregular methods.
GET  /admin/platform/developerregular methods.
GET  /admin/platform/{systemKey}regular methods.
GET  /admin/devices/{systemKey}regular methods.
GET  /admin/devices/{systemKey}/{name}regular methods.
PUT  /admin/devices/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
DELETE  /admin/devices/{systemKey}/{name} [Pluralized last node with PUT|DELETE method.] 
GET  /admin/edges/{systemKey}regular methods.
GET  /admin/edges/{systemKey}/{edgeName}regular methods.
PUT  /admin/edges/{systemKey}/{edgeName} [Pluralized last node with PUT|DELETE method.] 
DELETE  /admin/edges/{systemKey}/{edgeName} [Pluralized last node with PUT|DELETE method.] 
GET  /api/v/2/analytics/countregular methods.
GET  /api/v/2/analytics/storageregular methods.
GET  /api/v/2/analytics/eventtotalsregular methods.
GET  /api/v/2/analytics/eventlistregular methods.
GET  /api/v/2/analytics/usereventsregular methods.
