Panth Patelhow-is-my-backend.whiteloves.in·14 hours agoA Guide to Node.js Generic Routing Systemhttps://jsr.io/@panth977/routes gives you a cool design system to set up your routes, with support for Middleware, HTTP (req, single res), and SSE. But keep in mind, this package isn't meant to serve your routes! For that, you'll need https://jsr.io/...Discusshttp
Shrijith Venkatramanashrsv.hashnode.dev·Dec 5, 2024Musings Over What Makes LiveAPI Different (from Swagger Et Cetera)Note: This post was cross-posted from Hexmos Journal As I work on LiveAPI day in day out, trying to make it a tool worthy of people's time and attention - I keep thinking about what makes LiveAPI different from Swagger et cetera. What truly different...Discuss·10 likesAPIs
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·254 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 Oliphantjoshwastaken.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 Oliphantjoshwastaken.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·100 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