Codit / practical-api-guidelines

Practical guidelines for building & designing APIs with .NET.
MIT License
16 stars 5 forks source link

Shashbuckle 4 and minor changes #50

Closed MassimoC closed 5 years ago

MassimoC commented 5 years ago

value controller deleted valid uri for contact address removed api version parameter in the route move to swashbuckle 4 for easier control of operationId

MassimoC commented 5 years ago

OperationId Before: World-cupV1PlayersGet Now: Players_GetPlayers

MassimoC commented 5 years ago

swagger will follow with link

MassimoC commented 5 years ago

https://acpcoditapiprogram.blob.core.windows.net/exchange/practical4.json

tomkerkhove commented 5 years ago

We might want to check our guidance on the operation name and align them. See our blog on why it's important