This is the first part of the API. It supports most of contacts, as well as the
journal. This PR also brings Monica to Laravel 5.5, as the API required it with
the new concept of resources. It needs to run `php artisan migrate` as well as
`php artisan passport:keys` to generate the access tokens needed for the API.
This commit is contained in:
Régis Freyd
2017-10-30 08:38:15 -04:00
committed by GitHub
parent 97a6cd6d3a
commit 7e1cd96bf5
131 changed files with 7294 additions and 10676 deletions
+4
View File
@@ -21,6 +21,10 @@
<testsuite name="Feature Tests">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Api Tests">
<directory suffix="Test.php">./tests/Api</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">