1. 26 Oct, 2020 2 commits
    • Sean McGivern's avatar
      Only expose needed methods from API::Base · 1d787b38
      Sean McGivern authored
      1d787b38
    • Sean McGivern's avatar
      Use DSL style for feature categories in users API · 2a9401dd
      Sean McGivern authored
      This isn't possible for custom attributes, as they're a mixin, but
      everywhere else can use the DSL style.
      
      This also means a slight tweak to the validation in WithFeatureCategory:
      previously we didn't allow duplicates at all, but now we allow
      duplicates with the same category. That's because the API supports
      different HTTP methods to the same path, but those methods will always
      be the same category. Omitting the feature category from the duplicates
      would look odd.
      2a9401dd
  2. 22 Oct, 2020 38 commits