aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/ref_routes.py
Commit message (Expand)AuthorAgeFilesLines
* lint: remove unused importBryan Newbold2021-11-031-1/+0
* web: add type annotationsBryan Newbold2021-11-031-12/+17
* lint: resolve existing mypy type errorsBryan Newbold2021-11-021-14/+19
* fmt (black): fatcat_web/Bryan Newbold2021-11-021-45/+130
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-7/+17
* match: fix access_options in returnBryan Newbold2021-10-181-3/+7
* add GET w/ query params to reference match endpoint (and JSON version)Bryan Newbold2021-10-181-5/+32
* refs: lint fixesBryan Newbold2021-07-271-2/+2
* refs: support for wikipedia outbound refs, and display in tablesBryan Newbold2021-07-271-3/+23
* refs: fix offset/limit bugBryan Newbold2021-07-271-1/+1
* refs: generalize web endpoints; JSON content negotiation; openlibrary inbound...Bryan Newbold2021-07-231-19/+80
* remove unused imports (lint)Bryan Newbold2021-07-231-5/+2
* refs: refactor web paths; enrich refs as generic; remove old refs linkBryan Newbold2021-07-231-7/+9
* improvements to fuzzy refs viewBryan Newbold2021-07-231-10/+2
* web: inbound/outbound refs as links (temporarily); change URL namesBryan Newbold2021-07-231-2/+2
* web: initial implementation of fuzzy citation parsing and matching toolBryan Newbold2021-07-231-0/+46
* first iteration of basic citation inbound/outbound viewsBryan Newbold2021-07-231-0/+50