aiondemand / AIOD-rest-api

Services for the core of AIoD: Authentication and the metadata catalogue with REST API.
https://api.aiod.eu
MIT License
10 stars 7 forks source link

Maint/#217 #230

Closed PGijsbers closed 10 months ago

PGijsbers commented 10 months ago

This specifically only annotates those endpoints which has a Path or Query in their signature. However, it may be useful to annotate all endpoint parameters this way, to explicitly state whether they are Query, Path, or Body parameters and provide them with additional metadata (description, example).

josvandervelde commented 10 months ago

Anyway, feel free to merge it!

PGijsbers commented 10 months ago

Indeed, I forked because I did not have write access to the repository at the time. As long as people are mindful of their branches (i.e., enable auto-delete after merge, curate their own stale branches), then I also prefer working with branches in a repository over branches in forks.