vermiculus / apiwrap.el

Generate wrappers for your API endpoints!
48 stars 6 forks source link

Condense :method functions down to one :request function #5

Closed vermiculus closed 7 years ago

vermiculus commented 7 years ago

Most backends will funnel into one function anyway (like ghub--request); there's no need to be so verbose.

vermiculus commented 7 years ago

This will be useful for vermiculus/ghub-plus#2.