GaProgMan / bookApi

An API and UI for a fake book search engine - built entirely in the open, on Twitch

Home Page:https://twitch.tv/gaprogman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bookApi

An API and UI for a fake book search engine

Build Status

.NET

Code of Conduct

Please ensure that you are familiar with the code of conduct and the contributions guide before submitting any contributions or making any comments.

API Roadmap

The following points are based on the API Specification

  • GET; returns a single Book record - Issue #1
  • GET; returns a paged set of Book records - Issue #2
  • POST; takes a new Book record; returns the ID of the new record
  • PUT; takes an ID and fields to update; returns the ID of the updated record
  • DELETE; takes an ID and deletes a matching record; does not return anything
  • Data storage for records; records and changes are not currently stored - tech TBC

UI Roadmap

TBC

About

An API and UI for a fake book search engine - built entirely in the open, on Twitch

https://twitch.tv/gaprogman

License:MIT License


Languages

Language:C# 100.0%