-
Notifications
You must be signed in to change notification settings - Fork 8
Web Service API
ZeroCool142 edited this page Jun 9, 2017
·
54 revisions
- [Методы API]
| Тип запроса/ссылка | Описание |
|---|---|
| [[GET /person | show-persons]] |
| [[GET /person/{id} | show-person]] |
| POST{"name": "{personName}"} /person | Добавляет пользователя |
| PUT{"name": "{personName}"} /person/{id} | Изменяет имя пользователя |
| DELETE /person/{id} | Удаляет пользователя |