-
Notifications
You must be signed in to change notification settings - Fork 0
alekspetrovv/tune-in
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Tune-In App
## Endpoints
### Gateway
| URL | redirect to | Info |
| -------------- | ----------------- | ------------------------------------------- |
| /blog/* | Blog service | Prefix for all blog-service requests |
| /comment/* | Comment service | Prefix for all comment-service requests |
### Blog Service
#### Blog controller
| URL | Funtion | Type |
|-------------------------------|--------------------------------|:------:|
| / | Create blog | POST |
| /{id} | Update blog | PUT |
| /all | Get all blogs | GET |
| /{id} | Delete blog | DELETE |
| /delete/all | Delete all blogs | DELETE |
### Comment service
#### Comment controller
| URL | Funtion | Type |
|-------------------------------|--------------------------------|:------:|
| /submit | Create comment | POST |
| /{id} | Update comment | PUT |
| /all | Get all comments | GET |
| /{id} | Delete comment | DELETE |
| /delete/all | Delete all comments | DELETE |
About
Enterprise Social Software System
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published