***Antipattern***
Count: 16
POST  /captions [Singular last node with POST method.] 
POST  /channelBanners/insert [Singular last node with POST method.] 
POST  /channelSections [Singular last node with POST method.] 
POST  /commentThreads [Singular last node with POST method.] 
POST  /comments/setModerationStatus [Singular last node with POST method.] 
POST  /comments [Singular last node with POST method.] 
POST  /comments/markAsSpam [Singular last node with POST method.] 
POST  /playlistItems [Singular last node with POST method.] 
POST  /playlists [Singular last node with POST method.] 
POST  /subscriptions [Singular last node with POST method.] 
POST  /thumbnails/set [Singular last node with POST method.] 
POST  /videos [Singular last node with POST method.] 
POST  /videos/rate [Singular last node with POST method.] 
POST  /videos/reportAbuse [Singular last node with POST method.] 
POST  /watermarks/set [Singular last node with POST method.] 
POST  /watermarks/unset [Singular last node with POST method.] 

***Pattern***
Count: 34
GET  /activitiesregular methods.
DELETE  /captions [Pluralized last node with PUT|DELETE method.] 
GET  /captions/idregular methods.
GET  /captionsregular methods.
PUT  /captions [Pluralized last node with PUT|DELETE method.] 
DELETE  /channelSections [Pluralized last node with PUT|DELETE method.] 
GET  /channelSectionsregular methods.
PUT  /channelSections [Pluralized last node with PUT|DELETE method.] 
GET  /channelsregular methods.
PUT  /channels [Pluralized last node with PUT|DELETE method.] 
GET  /commentThreadsregular methods.
GET  /commentsregular methods.
DELETE  /comments [Pluralized last node with PUT|DELETE method.] 
PUT  /comments [Pluralized last node with PUT|DELETE method.] 
GET  /guideCategoriesregular methods.
GET  /i18nLanguagesregular methods.
GET  /i18nRegionsregular methods.
GET  /membersregular methods.
GET  /membershipsLevelsregular methods.
DELETE  /playlistItems [Pluralized last node with PUT|DELETE method.] 
GET  /playlistItemsregular methods.
PUT  /playlistItems [Pluralized last node with PUT|DELETE method.] 
DELETE  /playlists [Pluralized last node with PUT|DELETE method.] 
GET  /playlistsregular methods.
PUT  /playlists [Pluralized last node with PUT|DELETE method.] 
GET  /searchregular methods.
DELETE  /subscriptions [Pluralized last node with PUT|DELETE method.] 
GET  /subscriptionsregular methods.
GET  /videoAbuseReportReasonsregular methods.
GET  /videoCategoriesregular methods.
GET  /videosregular methods.
DELETE  /videos [Pluralized last node with PUT|DELETE method.] 
PUT  /videos [Pluralized last node with PUT|DELETE method.] 
GET  /videos/getRatingregular methods.
