PagerDuty / mixduty

An elixir client for PagerDuty's API v2
https://hex.pm/packages/mixduty
MIT License
7 stars 11 forks source link

Change parameters order #13

Closed Dashenok closed 3 years ago

Dashenok commented 3 years ago

Decided to keep client as first parameter for more convenience in pipes

Mixduty.Client.new(token, type: :bearer)
    |> Mixduty.Incidents.list_notification_subscribers(incident_id)