Personal Reading List API Documentation

Welcome to the documentation for the Personal Reading List API. After registering and logging in, this API enables you to save article URLs so you can read them at a later time. The API takes a URL for the article, saves the title and generated summary of the article, along with tags for the article content and the status of the article (for example, read or unread). You can update the status as well as the tags for an article, request data on a particular article, or request all article data currently saved.

This guide will help you use the API, from authentication to managing your articles.

API Source Code

This API is not live on this site. 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