DoSomething / gateway

:lock_with_ink_pen: An opinionated PHP REST API client.
MIT License
2 stars 0 forks source link

Update to use Northstar's v2 APIs. #123

Closed DFurnes closed 5 years ago

DFurnes commented 5 years ago

What's this PR do?

This pull request updates Gateway to use Northstar's not so new v2/users endpoints.

(This will be a breaking change and therefore a v2.0 release, due to changed method signatures in the API client & removal of deprecated fields in the equivalent v2 endpoints.)

How should this be reviewed?

👀

Checklist

DFurnes commented 5 years ago

Alright, rather than futzing with Wercker (which we know we don't really like), I decided to give GitHub Actions a test-run. I'm not sure whether we'll want it to be our all-purpose continuous integration tool, but it's definitely nice!

Now that tests are passing, I'm going to merge this in.