Add Contact API (#340)

* feat: add basic files of contact

* chore: code review
1. delete redundant suffix
2. use tab replace whitespace in pb file

* chore: add some comments and check post data validation

* chore: add some comments

* chore: add publicapi.json and examples.json

* chore: update README.md

* fix: code review conversations
This commit is contained in:
zhaoyang
2021-12-21 17:59:45 +08:00
committed by GitHub
parent 0fa23b753f
commit 5f6de1fd18
16 changed files with 2498 additions and 3 deletions

6
contact/publicapi.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "contact",
"icon": "👥",
"category": "communication",
"display_name": "Contacts"
}