Click here to Skip to main content
15,886,110 members
Everything / OpenAPI

OpenAPI

OpenAPI

Great Reads

by Zijian
Code First approach for generating client APIs for ASP.NET Core Web API, in C# and in TypeScript for jQuery, Aurelia, Axios and Angular 2+.
by Igor Ladnik
Usage of GraphQL under NestJS framework with data caching, JWT authentication, TLS and other useful features
by Igor Ladnik
Web services implementing GraphQL technology with repository access optimization, JSON Web Token (JWT) authentication and some other useful features.
by Zijian
Solutions for using DateOnly in ASP.NET Core 6, before 7 (Updated for .NET 7)

Latest Articles

by Zijian
Use the codes generated by OpenApiClientGen in real world applications
by Zijian
Construct Angular Reactive Forms of client data models through generated Angular TypeScript codes
by Zijian
Construct Angular Reactive Forms of client data models through generated codes
by Zijian
A series of articles comparing programmer experiences of Angular, Aurelia, React, Vue, Xamarin and MAUI

All Articles

Sort by Score

OpenAPI 

12 Sep 2023 by Zijian
Code First approach for generating client APIs for ASP.NET Core Web API, in C# and in TypeScript for jQuery, Aurelia, Axios and Angular 2+.
16 Dec 2020 by Igor Ladnik
Usage of GraphQL under NestJS framework with data caching, JWT authentication, TLS and other useful features
28 Feb 2021 by Igor Ladnik
Web services implementing GraphQL technology with repository access optimization, JSON Web Token (JWT) authentication and some other useful features.
14 Nov 2022 by Zijian
Solutions for using DateOnly in ASP.NET Core 6, before 7 (Updated for .NET 7)
17 Oct 2023 by Zijian
How to generate strongly typed client API in TypeScript for ASP.NET Core
7 Jan 2024 by Pete O'Hanlon
Out of the box, you can't automatically generate API documentation for JsonResult. As you aren't returning a concrete type, with a well defined structure for a particular result, it's difficult for Swashbuckle to know what to produce. What you...
1 Feb 2024 by Zijian
Use the codes generated by OpenApiClientGen in real world applications
8 Dec 2023 by Zijian
A series of articles comparing programmer experiences of Angular, Aurelia, React, Vue, Xamarin and MAUI
10 Jan 2024 by Zijian
Construct Angular Reactive Forms of client data models through generated Angular TypeScript codes
9 Jan 2024 by Zijian
Construct Angular Reactive Forms of client data models through generated codes
21 Jun 2015 by Anupam_Datta
Motion activated Pushbullet notification from your Arduino to your Smart Gadgets
6 Aug 2022 by Sauradipta Chaudhury
Easiest way to implement Swagger based OAS 3 documentation support for your Azure Functions built using .NET 6
9 Apr 2016 by Patrice T
May be customizing an open source ERP.Can be the cheapest, but certainly not cheap.Whatever the solution you chose it will be expensive because it is huge.
9 Apr 2016 by Mycroft Holmes
To develop that suite of applications is a few $million, unless you are a huge restaurant chain you should start a little smaller. Look into dedicated restaurant software, it will probably have booking, POS and accounting functions.
9 Apr 2016 by James McCullough
Speaking as a Dynamics GP professional I would question your concept of "cheap". I've provided clients with things like a QuickBooks accounting package with a custom written POS, and that was not even close to "cheap". Alternatively, if a company is facing $15 million to implement SAP then...
21 Dec 2020 by j11codep
Validate a Json using the Path Response Schema in an Open API schema where the schema has a $ref (Potentially recursively) I'm trying to accomplish something along the lines of: //HttpClient call to the /pet/{petId} endpoint with Get verb here...
8 Oct 2021 by Member 14953087
I added OpenApi support to an Azure functions application (v3), using .ConfigureOpenApi() in Program.Main(). I use function decorations for the specific functions but how can I control the general API name, version etc, shown on ~/api/swagger/ui...
19 Oct 2022 by Virendra S from Bangalore, Karnataka
I am returning a 407 http status code from one endpoint, in postman I can see the 407Proxy Authentication Required response, but in my api swaggerui instead of 407 it is showing as Code Details Undocumented Failed to fetch. To cross check...
19 Oct 2022 by Richard Deeming
Swagger does not attempt to analyze your code to determine every possible response code. You need to tell it which response codes your action can return: Get started with Swashbuckle and ASP.NET Core | Microsoft Learn[^] Eg: [HttpGet]...
14 Feb 2023 by stdout
Dear community, I try to create an web api endpoint that returns an image in a format that can be defined in the 'Accept-Header' field of the request. I'm using Swashbuckle NugGet Package (Swashbuckle.AspNetCore, Version 6.5.0) and the UI shows...
7 Jan 2024 by GinCanhViet
Swashbuckle can automatically generates API documentation based on code (with details return model) [HttpGet] public ActionResult> GetStudents() { return CollegeRepository.Students; } https://i.stack.imgur.com/hHGze.png It...
9 Apr 2016 by Dave Kreskowiak
You again?Creating a MASSIVE system (POS, Account, ERP, CRM, Ecommerce) and putting all that on Access databases? Now I know you're not serious and have no idea what you're doing.With all of this development work there is no such thing as "cheap".
12 Apr 2022 by Lontia Nkhuwa
In this article we create a custom connector, call the API, and create a reservation button.
9 Apr 2016 by Member 12434431
What are the cheaper routes to creating a complete accounting and pos software with ERP, CRM and Ecommerce website tailored to restaurant operations? MS Access with other programming language add ons, MS Visual Studio, VB.Net, open source softwares, software development firms and...