issues
search
Codit
/
practical-api-guidelines
Practical guidelines for building & designing APIs with .NET.
MIT License
16
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Query String Parameters on a POST Request
#138
CarloGarcia
opened
3 years ago
4
Provide guidance for async processes
#137
tomkerkhove
opened
4 years ago
0
Provide automated process to generate PDF version of guidance
#136
tomkerkhove
opened
5 years ago
1
Provide guideline for content negotiation
#135
FilipVanRaemdonck
opened
5 years ago
1
Update readme with security guideline intro
#134
MassimoC
closed
5 years ago
0
Update readme - add attribute guidelines
#133
FilipVanRaemdonck
closed
5 years ago
1
Introduce Content Negotiation guidelines to maturity level two
#132
FilipVanRaemdonck
closed
5 years ago
23
Don't run CI for docs
#131
tomkerkhove
closed
5 years ago
0
WIP: provide guidance on logging frameworks
#130
gverstraete
opened
5 years ago
1
Add security guidelines
#129
gverstraete
closed
5 years ago
5
Remove Travis as CI
#128
tomkerkhove
closed
5 years ago
1
DO NOT MERGE - Break CI to verify GitHub trigger
#127
tomkerkhove
closed
5 years ago
0
Provide guidance on validating OpenAPI specs
#126
tomkerkhove
closed
5 years ago
3
Provide guidance on how to validate OpenAPI specs
#125
tomkerkhove
closed
5 years ago
1
Fix integration-tests in maturity level 1
#124
fgheysels
closed
5 years ago
2
CI should build with release configuration
#123
tomkerkhove
closed
5 years ago
8
Modify how a connection to the DB is made
#122
fgheysels
closed
5 years ago
3
Tests are failing when building in release mode
#121
fgheysels
opened
5 years ago
0
Include link to should haves
#120
tomkerkhove
closed
5 years ago
0
Remove manual running local SQL DB
#119
tomkerkhove
closed
5 years ago
2
Switch to Windows agents & local SQL DB for CI builds
#118
tomkerkhove
closed
5 years ago
13
Migrate Travis to Azure DevOps
#117
tomkerkhove
closed
5 years ago
1
#111 statuscode 400 in swagger and update guideline
#116
pietersap
closed
5 years ago
3
fixing build error
#115
pietersap
closed
5 years ago
3
#112 Use XUnit fixture for integrationtest
#114
pietersap
closed
5 years ago
0
#99 use XUnit fixture for automapper initialization
#113
pietersap
closed
5 years ago
0
Use XUnit fixture for integration test
#112
pietersap
closed
5 years ago
0
Include validation errors in swagger documentation?
#111
pietersap
opened
5 years ago
3
#93 Don't use TDto as a parameter to the repository
#110
pietersap
closed
5 years ago
1
Support XML formatting
#109
pietersap
opened
5 years ago
3
Migrate CI to Azure DevOps
#108
tomkerkhove
closed
5 years ago
9
Use the System.Net.Http.HttpMethod public methods
#107
pietersap
closed
5 years ago
1
Automapper initialization
#106
pietersap
closed
5 years ago
1
#97 Use static HttpClient in unit and integration tests
#105
pietersap
closed
5 years ago
3
Maturity level two issues
#104
pietersap
closed
5 years ago
7
Produces attribute
#103
MassimoC
opened
5 years ago
4
Serialization and Accept header
#102
MassimoC
opened
5 years ago
2
Exclusive transaction
#101
MassimoC
closed
5 years ago
0
Do not respond with BadRequest when the request is perfectly fine but the operation is not allowed / possible
#100
MassimoC
closed
5 years ago
3
Automapper should be initialized only once during the lifetime of the app
#99
MassimoC
closed
5 years ago
0
Use the System.Net.Http.HttpMethod public methods
#98
MassimoC
closed
5 years ago
1
TestCases - use static HttpClient
#97
MassimoC
closed
5 years ago
0
One repository per aggregate root, and not one global repository.
#96
MassimoC
opened
5 years ago
1
Ad `Sell` method on the `Customization` type
#95
MassimoC
closed
5 years ago
0
We shouldn't delete items in this way.
#94
MassimoC
closed
5 years ago
3
The `TDto` represents a model that is exposed by the API. I wouldn't use that as a parameter in the repository.
#93
MassimoC
closed
5 years ago
1
Init Automapper in the Startup class
#92
MassimoC
closed
5 years ago
0
Route names as constants?
#91
MassimoC
closed
5 years ago
3
Do not retrieve the full instance
#90
MassimoC
closed
5 years ago
3
Maturity level two
#89
pietersap
closed
5 years ago
1
Next