BeautifulRestApi icon indicating copy to clipboard operation
BeautifulRestApi copied to clipboard

Beautiful REST API design with ASP.NET Core and Ion

Results 7 BeautifulRestApi issues
Sort by recently updated
recently updated
newest added

I'm not sure if i'm right but when using Automapper projection and use mapfrom in mapping profile we get an exception below: The client projection contains a reference to a...

I'm trying to follow the example, but it seems that `app.UseExceptionHandler` it's called only when I remove `app.UseAuthorization`, but I do need `UseAuthorization`. What could I be missing? ``` public...

Just completed (nearly all) your Lynda course (which is excellent by the way) following along using Core 2. I thought you might be interested in a couple of things that...

Right now the API is unauthenticated. An example of how to do API security for a RESTful API would be sweet!

I have MyResource.cs contains List and List. Here I am getting an error as follow. `System.Reflection.TargetParameterCountException: Parameter count mismatch. at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)...

Am I missing something? There seem to only be GET routes, no post or put or patch examples?