harrisonlabollita / arXiv.jl

A Julia wrapper to arXiv API that generates .bib file for LaTex references.
MIT License
2 stars 2 forks source link

Enum types for field, sortBy, and sortOrder #4

Closed lanceXwq closed 3 years ago

lanceXwq commented 3 years ago

Now all the input types for request are specified, and the printed info should be a bit more informative than saying "...=nothing"

What I plan to do next: pack all the println in the beginning of request into a separate function, and make sure it reads like human language.