mjhoffmeister / Hydra.NET

MIT License
4 stars 2 forks source link

Update Quickstart in README #17

Open ftrueck opened 1 year ago

ftrueck commented 1 year ago

The initialization of ApiDocumentation requires the context parameter. This is not visible in the README (quick start guide). Also very important: /doc URI MUST BE Absolute or the ctor of ApiDocumentation throws an exception. This is because the Uri constructor with a BaseUri requires an absolute URI. new Uri(id, "#")