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