Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 624 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 624 Bytes

Oszk Api

OSzK API is an open-source ASP.NET Core Web API for the National Széchenyi Library of Hungary. It provides a standard REST api endpoint to query Books, AudioBooks and other publication.

Usage

# Restore and Run project
dotnet restore
dotnet run --project ./src/OszkApi

# Test API endpoints
curl 'http://localhost:5000/api/audiobooks'
curl 'http://localhost:5000/api/audiobooks?query=gardonyi'

Hosting

The project can be hosted both in docker containers and in Azure App Services. Publicly accessible DEV endpoint in Azure is: