Jung Wook ParkforCodeSnapcodesnapmag.hashnode.dev·Nov 18, 2024OpenAPI: 백엔드 개발자의 도구, 프런트엔드 개발자의 친구원문: Malcolm Kee, OpenAPI: A backend developer's tool, a frontend developer's friend 저는 제 작업 흐름에 TypeScript가 유용하다고 생각합니다. 코드의 일관성 없는 가정을 인식해서 버그를 방지해 주기 때문에 코드에 더 확신을 가질 수 있죠. 하지만 TypeScript는 컴파일 시간에 접근할 수 있는 코드베이스 이외에는 타입 검사를 할 수 없습니다. TypeScript가 런...Discuss·2 likesNovember 2024OpenApi
Beppe Catanesebeppecatanese.hashnode.dev·Nov 15, 2024✨ The 7 Golden Rules for Creating API Libraries that Shine ✨API libraries are essential in making APIs accessible to every developer. They create an abstraction that simplifies how applications interact with services. They boost productivity by fitting in the developer’s preferred language and technology stac...Discuss·91 readsAPIs
Onyeanuna PrinceforfreeCodeCampfreecodecamp.org·Nov 4, 2024How to Handle Complex Use Cases in Your OpenAPI Specifications – API Documentation GuideWhen you’re documenting an API reference, there are two main approaches you can follow. You can either use the manual approach of filling in the endpoints via a user interface, or organize a structured document containing all the necessary informatio...DiscussTechnical writing
Joshua OliphantProjoshwastaken.hashnode.dev·Nov 3, 2024Week Notes 2024#5Week Notes 2024#5 Evergreen Created: 2024-11-03 Updated: 2024-11-03 blog openapi click watching reading It has been a little over a month, time got away from me. Blog improvements: Added RSS support Display tags with posts Clicking on a tag opens a ...Discussblog
Joshua OliphantProjoshwastaken.hashnode.dev·Oct 31, 2024OpenAPI to Click AppOpenAPI to Click App Budding Created: 2024-10-31 Updated: 2024-10-31 python openapi click claude ai About 3 weeks ago, I had an idea to create an app that would take an OpenAPI spec and generate a Click app. I've been working on it in my free time an...DiscussAI
Nicholas Diamondnicholasdiamond.hashnode.dev·Oct 25, 2024Using OpenAPI/Swagger Documentation for Node.js APIsAPI documentation is a critical part of any modern backend application, and for developers building APIs with Node.js, ensuring that your API is well-documented can vastly improve collaboration with your team and consumption by clients. Clear, up-to-...DiscussOpenApi
Tina Hollyblog.tinaciousdesign.com·Oct 14, 2024Open API (Part 3): Generating an OpenAPI spec file from codeOverview This is the 3rd article in a series of posts about working with Open API to create generated API clients and documentation websites. In the 1st post we went over what we can do with Open API spec files, e.g. generate API clients and documen...Discuss·93 readsOpenApi
Tina Hollyblog.tinaciousdesign.com·Oct 7, 2024Open API (Part 2): Handcrafted, bespoke, artisanal Open API specs: API contract-firstOverview This article is the 2nd in a series of blog posts that discuss using Open API to help with API documentation and API client code generation. In the previous article, we went over how we can generate documentation and API clients using existi...Discuss·10 likesOpenApi
Tina Hollyblog.tinaciousdesign.com·Sep 30, 2024Open API (Part 1): Generating API clients and documentation from an Open API specOverview This article starts a series of Open API-related blog posts. OpenAPI, previously known as Swagger (a name still in use today for many of its tools), is a suite of tools that generate documentation and networking clients for various programmi...DiscussOpenApi
Raul NaupariProblog.raulnq.com·Sep 29, 2024How to Use Non-Proxy Integration with Amazon API Gateway: OpenAPI SpecificationIn the article How to Use Non-Proxy Integration with Amazon API Gateway, we define resources such as AWS::ApiGateway::RestApi, AWS::ApiGateway::Resource, AWS::Lambda::Permission, and AWS::ApiGateway::Method in our AWS SAM template file instead of AWS...DiscussAWS