GetShopTV/swagger2

Put PathItem's operations in HashMap

Open

#44 opened on Jan 22, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (61 forks)github user discovery
help wanted

Repository metrics

Stars
 (74 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We could replace _pathItemGet-like fields with _pathItemOperations :: HashMap Method Operation. This would simplify traversal of this type.

Contributor guide