Skip to content

v2.0.0

Choose a tag to compare

@DFurnes DFurnes released this 24 Sep 21:55
· 7 commits to master since this release
deca5f9

Update to use Northstar's v2/ APIs, including some slight API changes:

- gateway('northstar')->getUser('id', '5571f4f5a59dbf3c7a8b4569');
+ gateway('northstar')->getUser('5571f4f5a59dbf3c7a8b4569');

- gateway('northstar')->getUser('mobile', '5551234444');
+ gateway('northstar')->getUserByMobile('5551234444');

- gateway('northstar')->getUser('email', 'example@dosomething.org');
+ gateway('northstar')->getUserByEmail('example@dosomething.org');