erlang-github
erlang-github copied to clipboard
Github API client
`egithub_webhook:request()` should be opaque and have this spec: `#{headers => map(), body => map() | binary()}.` Use a function to get the body which always returns a map and if...
Move all the common Github functionalities from Elvis (elvis_git) to egithub
Instead of requesting the callback module to find out the `commit_id` and the `position` let the module just return `filename`, `line_number` and `text` and do the rest of the processing...