// AudioBook Api Endpoints

// Users Endpoints
1: View All (method GET)

http://137.184.111.69/audiobook/api/users

2: Create (method POST) (DB fields: name, email, phone, password and more)

http://137.184.111.69/audiobook/api/users/create

3: Update (method POST)

http://137.184.111.69/audiobook/api/users/update/userID

4: Delete (method DELETE)

http://137.184.111.69/audiobook/api/users/remove/userID



// Notifications Endpoints

1: View All (method GET)

http://137.184.111.69/audiobook/api/notifications

2: Create (method POST)

http://137.184.111.69/audiobook/api/notifications/create

3: Update (method POST)

http://137.184.111.69/audiobook/api/notifications/update/notificationID

4: Delete (method DELETE)

http://137.184.111.69/audiobook/api/notifications/remove/notificationID



// Categories Endpoints

1: View All (method GET)

http://137.184.111.69/audiobook/api/categories

2: Create (method POST)

http://137.184.111.69/audiobook/api/categories/create

3: Update (method POST)

http://137.184.111.69/audiobook/api/categories/update/ID

4: Delete (method DELETE)

http://137.184.111.69/audiobook/api/categories/remove/ID



// Author Endpoints

1: View All (method GET)

http://137.184.111.69/audiobook/api/Author

2: Create (method POST)

http://137.184.111.69/audiobook/api/Author/create

3: Update (method POST)

http://137.184.111.69/audiobook/api/Author/update/ID

4: Delete (method DELETE)

http://137.184.111.69/audiobook/api/Author/remove/ID





// Books Endpoints

1: View All (method GET)

http://137.184.111.69/audiobook/api/Books

2: Create (method POST)

http://137.184.111.69/audiobook/api/Books/create

3: Update (method POST)

http://137.184.111.69/audiobook/api/Books/update/ID

4: Delete (method DELETE)

http://137.184.111.69/audiobook/api/Books/remove/ID



// Mybooks Endpoints

1: View All (method GET)

http://137.184.111.69/audiobook/api/Mybooks

2: Create (method POST)

http://137.184.111.69/audiobook/api/Mybooks/create

3: Update (method POST)

http://137.184.111.69/audiobook/api/Mybooks/update/ID

4: Delete (method DELETE)

http://137.184.111.69/audiobook/api/Mybooks/remove/ID




// Audio Endpoints

1: View All (method GET)

http://137.184.111.69/audiobook/api/Audio

2: Create (method POST)

http://137.184.111.69/audiobook/api/Audio/create

3: Update (method POST)

http://137.184.111.69/audiobook/api/Audio/update/ID

4: Delete (method DELETE)

http://137.184.111.69/audiobook/api/Audio/remove/ID




// Subscriptions Endpoints

1: View All (method GET)

http://137.184.111.69/audiobook/api/subscriptions

2: Create (method POST)

http://137.184.111.69/audiobook/api/subscriptions/create

3: Update (method POST)

http://137.184.111.69/audiobook/api/subscriptions/update/ID

4: Delete (method DELETE)

http://137.184.111.69/audiobook/api/subscriptions/remove/ID






