Compare commits

..

No commits in common. "v0.1.0" and "main" have entirely different histories.
v0.1.0 ... main

2 changed files with 0 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
*.json
*.swp

View File

@ -51,17 +51,9 @@ func main() {
## API Reference
### FetchPapers(startDate, endDate, query string, maxResults int) ([]Paper, error)
startDate: Start date in format "YYYYMMDD"
endDate: End date in format "YYYYMMDD"
query: Search query
maxResults: Maximum number of results (1-2000)
Fetches papers from arXiv API
### SaveToFile(papers []Paper, startDate, endDate, query string) error
papers: Array of Paper structs
startDate: Start date in format "YYYYMMDD"
endDate: End date in format "YYYYMMDD"
query: Search query
Saves papers to a JSON file
## Dependencies