https://github.com/gaprogman/bookapi
An API and UI for a fake book search engine - built entirely in the open, on Twitch
https://github.com/gaprogman/bookapi
Last synced: about 1 month ago
JSON representation
An API and UI for a fake book search engine - built entirely in the open, on Twitch
- Host: GitHub
- URL: https://github.com/gaprogman/bookapi
- Owner: GaProgMan
- License: mit
- Created: 2021-01-31T18:37:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T18:43:40.000Z (over 5 years ago)
- Last Synced: 2025-01-15T23:19:28.221Z (over 1 year ago)
- Language: C#
- Homepage: https://twitch.tv/gaprogman
- Size: 1.03 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# bookApi
An API and UI for a fake book search engine
## Build Status

## Code of Conduct
Please ensure that you are familiar with the [code of conduct](./code-of-conduct.md) and the [contributions guide](./.github/contributing.md) before submitting any contributions or making any comments.
## API Roadmap
The following points are based on the [API Specification](./documentation/api-spec.md)
- [x] GET; returns a single Book record - [Issue #1](https://github.com/GaProgMan/bookApi/issues/1)
- [x] GET; returns a paged set of Book records - [Issue #2](https://github.com/GaProgMan/bookApi/issues/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