Commit Graph

16 Commits

Author SHA1 Message Date
James Cole
a97bfc92e1
Add newlines and strict types 2018-03-05 19:35:58 +01:00
James Cole
eb0da038fb
Expand tests and API code. 2018-02-18 10:31:15 +01:00
James Cole
049e57d578
New tests for object transformers. 2018-02-17 10:47:06 +01:00
James Cole
78ba0f749c
tests for bill and attachment transformers. 2018-02-16 22:47:08 +01:00
James Cole
22fdc81de2
Refactor transactions. 2018-02-13 21:04:15 +01:00
James Cole
c2da5931ec
Expanded API code, wrote a bunch new transformers as well. 2018-02-11 20:45:33 +01:00
James Cole
2ef1022c92
Make sure bills API is consistent. 2018-02-11 07:46:34 +01:00
James Cole
9b3abd3b19
Expand transformers to include other objects. 2018-02-10 10:58:06 +01:00
James Cole
d2a8819dd4
Merge branch 'apifix' into develop
* apifix:
  Fix issues with API authentication.

# Conflicts:
#	app/Api/V1/Controllers/BillController.php
#	app/Http/Middleware/HttpBinder.php
#	app/Transformers/AttachmentTransformer.php
#	app/Transformers/BillTransformer.php
#	app/Transformers/NoteTransformer.php
#	routes/api.php
2018-02-09 14:57:39 +01:00
James Cole
d393c693de
Fix issues with API authentication. 2018-02-09 14:47:37 +01:00
James Cole
f445a95c26
Consistent use of links in transformers. 2018-02-07 11:20:24 +01:00
James Cole
587ad1298d
Make sure transformer accepts null dates. 2018-02-07 10:49:24 +01:00
James Cole
e94043edc2
Expand transformers. 2018-02-06 19:49:29 +01:00
James Cole
82dc0045ba
Move bill transformer to previous location 2018-02-06 19:48:32 +01:00
James Cole
9b78069f41
Expand API for bills. 2018-02-06 07:49:56 +01:00
James Cole
f488bbde02
First basic routes and code for bills. 2018-02-04 15:57:35 +01:00