Skip to content

yuv4ik/XFBlogExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XFBlogExample

Is an example of a simple ASP.NET Core API and Xamarin.Forms client. There is a blogpost with all the details about this project on my blog.

API

Has an integrated Swagger that is used to generate the client code.

Xamarin.Forms Client

The API consumer code is generated using NSwag:

dotnet dotnet-nswag.dll swagger2csclient /input:swagger.json /classname:BlogService /namespace:BlogReader /output:BlogService.cs

Releases

No releases published

Packages

No packages published

Languages