API Reference Documentation

Introduction to the Personal Reading List Endpoints and Models

This document provides a comprehensive overview of the Personal Reading List API. The API is a RESTful service designed to help users manage their personal reading lists by saving articles, generating summaries, and organizing them with tags.

The full source code for this API is available on GitHub. This repository includes the Go backend, database schema, and the Swagger documentation:

https://github.com/jeana-hines/personal-reading-list-api

Introduction

The following sections cover the details of the endpoints of the Personal Reading List:

The following sections cover the details of the models of the Personal Reading List:


Endpoints

Endpoint Details

Models

Models Detail