Add a README.md with API documentation

Also fix some smaller issues found during writing the documentation
This commit is contained in:
Torsten Grote
2018-09-19 17:40:51 -03:00
parent b089a204d3
commit e4c7f13832
7 changed files with 188 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ internal class ContactControllerTest : ControllerTest() {
fun testOutputContact() {
val json = """
{
"id": ${contact.id.int},
"contactId": ${contact.id.int},
"author": ${toJson(author.output())},
"verified": ${contact.isVerified}
}