Open fcatae opened 7 years ago
Client relies on JSON using PascalCase instead of camelCase:
services.AddMvc() .AddJsonOptions(opts => { opts.SerializerSettings.ContractResolver = new Newtonsoft.Json.Serialization.DefaultContractResolver(); });
This does not follow the general guidelines for REST API.
Client relies on JSON using PascalCase instead of camelCase:
This does not follow the general guidelines for REST API.