home.social

#apidocs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #apidocs, aggregated by home.social.

fetched live
  1. New design for Aptivi Newsroom and API docs available!

    Aptivi Newsroom was established this year to provide you with the latest news about our projects, while the API documentation sites provide you with automatically-generated API references for our C# projects.

    We are very excited to announce that the new design for both the Aptivi Newsroom website and the API documentation site is now available! This plan was an extension to the redesign project of the Aptivi Blog that was done earlier.

    We are showcasing the changed design for both mobile devices and for computer users in the below pictures to demonstrate the changes that were made to our sites:

    To learn more about this change, please consult the Aptivi Newsroom article below.

    Learn more #API #APIDocs #Aptivi #AptiviNewsroom #gitbook #news #Newsroom #Tech #Technology #update
  2. New design for Aptivi Newsroom and API docs available!

    Aptivi Newsroom was established this year to provide you with the latest news about our projects, while the API documentation sites provide you with automatically-generated API references for our C# projects.

    We are very excited to announce that the new design for both the Aptivi Newsroom website and the API documentation site is now available! This plan was an extension to the redesign project of the Aptivi Blog that was done earlier.

    We are showcasing the changed design for both mobile devices and for computer users in the below pictures to demonstrate the changes that were made to our sites:

    To learn more about this change, please consult the Aptivi Newsroom article below.

    Learn more #API #APIDocs #Aptivi #AptiviNewsroom #gitbook #news #Newsroom #Tech #Technology #update
  3. EXCLUSIVE: Consistency for the Aptivi Newsroom and API docs design

    Last week, we have reported that the June 2026 redesign for the Aptivi Blog had finished in two stages: design and structure. This took a lot of effort into ensuring that responsive design was applied across all form factors, including mobile phones and tablets. This was a project that was planned to fix problems that plagued the older design that we revealed back on February 2026 as part of the bigger milestone.

    As we have gathered great feedback, we’d like to extend this effort to include both the API documentation of our projects that use .NET and the Aptivi Newsroom website. We will perform the necessary changes to ensure that our design is:

    • Consistent: We will update both sites to be consistent with our new design language, including colors and other element properties.
    • Cohesive: We will update both sites to ensure that they become readable across all form factors.
    • Reliable: We will update both sites to make the design elements, such as text and images, adapt to different form factors, while making sure that problems related to design are resolved.

    This design change, however, has no schedule, so it will slowly roll out according to the results of our experiments. If things go well, we will start rolling it out to a small batch, such as Nitrocid and Terminaux, before extending to larger batches to make sure that any last-minute bugs with the design can be caught early.

    Aptivi Newsroom will get the updated design first, then the API documentation design update will come in tiers, which will span for three weeks, as we keep testing the new design to ensure that it reliably achieves our goal.

    Currently, there is no set date as to when we’ll start rolling out the changes, but we will showcase them to you in a separate Aptivi Newsroom article once we start pushing the design updates.

    #API #APIDocs #APIDocumentation #AptiviNewsroom #docfx #DocGen #Hugo #news #Newsroom #Tech #Technology #update
  4. EXCLUSIVE: Consistency for the Aptivi Newsroom and API docs design

    Last week, we have reported that the June 2026 redesign for the Aptivi Blog had finished in two stages: design and structure. This took a lot of effort into ensuring that responsive design was applied across all form factors, including mobile phones and tablets. This was a project that was planned to fix problems that plagued the older design that we revealed back on February 2026 as part of the bigger milestone.

    As we have gathered great feedback, we’d like to extend this effort to include both the API documentation of our projects that use .NET and the Aptivi Newsroom website. We will perform the necessary changes to ensure that our design is:

    • Consistent: We will update both sites to be consistent with our new design language, including colors and other element properties.
    • Cohesive: We will update both sites to ensure that they become readable across all form factors.
    • Reliable: We will update both sites to make the design elements, such as text and images, adapt to different form factors, while making sure that problems related to design are resolved.

    This design change, however, has no schedule, so it will slowly roll out according to the results of our experiments. If things go well, we will start rolling it out to a small batch, such as Nitrocid and Terminaux, before extending to larger batches to make sure that any last-minute bugs with the design can be caught early.

    Aptivi Newsroom will get the updated design first, then the API documentation design update will come in tiers, which will span for three weeks, as we keep testing the new design to ensure that it reliably achieves our goal.

    Currently, there is no set date as to when we’ll start rolling out the changes, but we will showcase them to you in a separate Aptivi Newsroom article once we start pushing the design updates.

    #API #APIDocs #APIDocumentation #AptiviNewsroom #docfx #DocGen #Hugo #news #Newsroom #Tech #Technology #update
  5. When #LLM generates #API #documentation is that detailed and still so much on point, that you start to wonder, if you accidentally gave the AI some code you don't want to share.

    You search the chat and don't find this very function.

    #Paranoia arises: "Who is watching me!?"

    You inspect the chat more thoroughly and find an interface function that calls the "secret" function, but also provides the variable names to justify the LLM's excellent API docs.

    Puh, that was close.

    #apidocs

  6. When #LLM generates #API #documentation is that detailed and still so much on point, that you start to wonder, if you accidentally gave the AI some code you don't want to share.

    You search the chat and don't find this very function.

    #Paranoia arises: "Who is watching me!?"

    You inspect the chat more thoroughly and find an interface function that calls the "secret" function, but also provides the variable names to justify the LLM's excellent API docs.

    Puh, that was close.

    #apidocs

  7. Api documentation: Codeberg pages can point to repository/@branch/subdir/stuff.html . So I started with having a documentation directory as part of the source code.

    Somewhat awkward, though, to mix commits with tons of doc files witch small code change commits.

    Solution: a "docs" repository with a subdirectory for each project. Its commits will also have loads of files, but not mixed in between code changes. Nice.

    codeberg.org/harald/docs

    #programming #codeberg #apidocs #java

  8. 🚀 SuCoS v6.2.0 drops with game-changing API documentation! Generate beautiful C# API docs with a single command: `sucos api --project <PATH>`. Zero config, familiar templates, faster than DocFx!

    See it live: sucos.brunomassa.com/api

    sucos.brunomassa.com/v6.2.0/

  9. 🚀 SuCoS v6.2.0 drops with game-changing API documentation! Generate beautiful C# API docs with a single command: `sucos api --project <PATH>`. Zero config, familiar templates, faster than DocFx!

    See it live: sucos.brunomassa.com/api

    #SuCoS #CSharp #DotNet #APIDocs

    sucos.brunomassa.com/v6.2.0/

  10. Are there any good tools to create API docs from a Laravel app these days? I'm thinking something that would, at least, scaffold some sort of website based on the routes under the API namespace and list their expected parameters based on the requests.

    #PHP #Laravel #apis #apiDocs

  11. Are there any good tools to create API docs from a Laravel app these days? I'm thinking something that would, at least, scaffold some sort of website based on the routes under the API namespace and list their expected parameters based on the requests.

    #PHP #Laravel #apis #apiDocs

  12. 🚀 Behold, the revolutionary 'Claude Code' – the command line tool you'll pretend to use to impress your friends while still googling "how to use command line" 🤓. For an astonishingly fair price, it promises to automate your job while you’re busy scrolling API docs written in every language except Klingon. 🛠️💤
    support.anthropic.com/en/artic #ClaudeCode #CommandLine #Automation #TechHumor #DeveloperTools #APIDocs #HackerNews #ngated

  13. 🚀 Behold, the revolutionary 'Claude Code' – the command line tool you'll pretend to use to impress your friends while still googling "how to use command line" 🤓. For an astonishingly fair price, it promises to automate your job while you’re busy scrolling API docs written in every language except Klingon. 🛠️💤
    support.anthropic.com/en/artic #ClaudeCode #CommandLine #Automation #TechHumor #DeveloperTools #APIDocs #HackerNews #ngated

  14. 🚀 New Release: API-Doc-Crafter just got sharper. Cleaner. Meaner.
    Giving my little OpenAPI merging monster some upgrades.

    It all started with a simple idea: merge OpenAPI specs from multiple repos.
    Now? It transforms outdated Swagger specs to OpenAPI 3+, generates HTML pages with full navigation, and allows customization via config or env.

    ✨ SecurityRequirement deduplication - because why merge APIs if you can't also merge logic?

    🧠 Custom metadata enrichment - inject your info, license, contact, and docs straight from config. No more excuses.

    🔁 Better parser fallback - now tries more ways to read broken specs than your average intern in panic mode.

    🎭 Variable substitution in outputs - ${variables} be gone. Use env or config, stay DRY, stay sane.

    🧪 Tests expanded. HTML, JSON, YAML outputs covered like a nuclear bunker.

    🧰 Powered by GraalVM, no reflection, blazing fast.
    🐳 Native Docker builds.
    🧼 Reflection config surgically trimmed. Less bloat. More edge.

    Project: github.com/YunaBraska/api-doc-
    Happy crafting. And remember: if your docs aren't automated, they're probably lies.

    #OpenAPI #Swagger #APIdocumentation #DevTools #GraalVM #Java21 #Docker #Automation #CleanCode #DevLife #APIDocs #OpenSource #DeveloperTools #coding #programming

  15. 🚀 New Release: API-Doc-Crafter just got sharper. Cleaner. Meaner.
    Giving my little OpenAPI merging monster some upgrades.

    It all started with a simple idea: merge OpenAPI specs from multiple repos.
    Now? It transforms outdated Swagger specs to OpenAPI 3+, generates HTML pages with full navigation, and allows customization via config or env.

    ✨ SecurityRequirement deduplication - because why merge APIs if you can't also merge logic?

    🧠 Custom metadata enrichment - inject your info, license, contact, and docs straight from config. No more excuses.

    🔁 Better parser fallback - now tries more ways to read broken specs than your average intern in panic mode.

    🎭 Variable substitution in outputs - ${variables} be gone. Use env or config, stay DRY, stay sane.

    🧪 Tests expanded. HTML, JSON, YAML outputs covered like a nuclear bunker.

    🧰 Powered by GraalVM, no reflection, blazing fast.
    🐳 Native Docker builds.
    🧼 Reflection config surgically trimmed. Less bloat. More edge.

    Project: github.com/YunaBraska/api-doc-
    Happy crafting. And remember: if your docs aren't automated, they're probably lies.

    #OpenAPI #Swagger #APIdocumentation #DevTools #GraalVM #Java21 #Docker #Automation #CleanCode #DevLife #APIDocs #OpenSource #DeveloperTools #coding #programming

  16. 🛠️ Api-Doc-Crafter - Last-minute release before 2025! 🎆

    lightweight tool (CLI, Docker, GitHub Action) to merge, sanitize, & generate API docs with ease! Built for Developer Experience, Minimalism, & Compliance.

    🧩 Merge OpenAPI/Swagger files effortlessly.
    🔒 Exclude sensitive endpoints with patterns.
    🌐 Whitelabel HTML output
    📁 YAML, JSON, & HTML support.
    ⚡ Blazing fast & portable.
    🖌️ Add your own logo & branding.

    github.com/YunaBraska/api-doc-

    #APIDocs #OpenAPI #DevTools #Automation #Sorting #Branding

  17. 🛠️ Api-Doc-Crafter - Last-minute release before 2025! 🎆

    lightweight tool (CLI, Docker, GitHub Action) to merge, sanitize, & generate API docs with ease! Built for Developer Experience, Minimalism, & Compliance.

    🧩 Merge OpenAPI/Swagger files effortlessly.
    🔒 Exclude sensitive endpoints with patterns.
    🌐 Whitelabel HTML output
    📁 YAML, JSON, & HTML support.
    ⚡ Blazing fast & portable.
    🖌️ Add your own logo & branding.

    github.com/YunaBraska/api-doc-

    #APIDocs #OpenAPI #DevTools #Automation #Sorting #Branding

  18. Docs as Code: The Best Guide for Technical Writers

    dev.to/dumebii/docs-as-code-th

    "Docs as Code is a methodology where documentation is treated like code. This means you use the same tools and processes for documentation that you use for code development. By doing this, you integrate documentation into the development process, making it a first-class citizen." -- #DumebiOkolo

    #api360 #apiDocs #apiDesign #devRel

  19. Docs as Code: The Best Guide for Technical Writers

    dev.to/dumebii/docs-as-code-th

    "Docs as Code is a methodology where documentation is treated like code. This means you use the same tools and processes for documentation that you use for code development. By doing this, you integrate documentation into the development process, making it a first-class citizen." -- #DumebiOkolo

    #api360 #apiDocs #apiDesign #devRel

  20. Let’s Bring Science Into API Documentation

    blog.jetbrains.com/writerside/

    "Just like the knowledge of wave patterns enhances a surfer’s performance, understanding the principles of pattern recognition and learning styles can transform our approach to API documentation." -- #SvetlanaNovikova

    #theMind #api360 #apiDocs

  21. Let’s Bring Science Into API Documentation

    blog.jetbrains.com/writerside/

    "Just like the knowledge of wave patterns enhances a surfer’s performance, understanding the principles of pattern recognition and learning styles can transform our approach to API documentation." -- #SvetlanaNovikova

    #theMind #api360 #apiDocs

  22. API Documentation Checklist

    bump.sh/blog/api-documentation

    "This article provides a checklist to help you identify the documentation you will need for launching your API. We will also include some things to consider post-launch as well to help you continue to improve your documentation." -- #JamesHigginbotham

    #api360 #apiDocs #apiDesign

  23. API Documentation Checklist

    bump.sh/blog/api-documentation

    "This article provides a checklist to help you identify the documentation you will need for launching your API. We will also include some things to consider post-launch as well to help you continue to improve your documentation." -- #JamesHigginbotham

    #api360 #apiDocs #apiDesign

  24. Moving API Docs From Human-Readable to Machine-Readable buff.ly/3TPK2KV

    "I have more faith that we will get humans to adopt or at least auto-generate OpenAPI and APIs.json than I believe we’ll develop AI to unwind this mess." -- #KinLane

    #api360 #apiDocs #apisJSON

  25. Moving API Docs From Human-Readable to Machine-Readable buff.ly/3TPK2KV

    "I have more faith that we will get humans to adopt or at least auto-generate OpenAPI and APIs.json than I believe we’ll develop AI to unwind this mess." -- #KinLane

    #api360 #apiDocs #apisJSON

  26. Making good API docs is vital, and I enjoyed this post from Infobip showing how good API design and description are part of what makes good docs
    infobip.com/developers/blog/th
    #APIdocs #OpenAPI #linkTuesday

  27. Making good API docs is vital, and I enjoyed this post from Infobip showing how good API design and description are part of what makes good docs
    infobip.com/developers/blog/th
    #APIdocs #OpenAPI #linkTuesday

  28. do not have to be boring!

    You can enhance how you describe and document the concepts in your with cool images 🖼️

    If yours is based on or , you can now perfectly size them 📐 on bump.sh/

    Read how: bump.sh/blog/sizing-image-api-

  29. 10 Important Components of API Documentation

    makeuseof.com/api-documentatio

    "An API is only as good as its documentation, so make sure yours is discoverable with top-quality instructions and other important detail." -- #SANDRA_DINDI #makeUseOf

    #api360 #apiDocs #documentation

  30. 10 Important Components of API Documentation

    makeuseof.com/api-documentatio

    "An API is only as good as its documentation, so make sure yours is discoverable with top-quality instructions and other important detail." -- #SANDRA_DINDI #makeUseOf

    #api360 #apiDocs #documentation

  31. Correct technical explanation order

    hilton.org.uk/blog/explanation

    "Why most writing explains things in the wrong order..."

    #api360 #apiDocs

  32. Correct technical explanation order

    hilton.org.uk/blog/explanation

    "Why most writing explains things in the wrong order..."

    #api360 #apiDocs

  33. What is an API Product? Design better APIs with a product mindset b.mamund.com/3zKhhFh

    "We’ll start with the narrower definition and will then extend this to the more general understanding of what an API product is."

    #api360 #apiDocs

  34. What is an API Product? Design better APIs with a product mindset b.mamund.com/3zKhhFh

    "We’ll start with the narrower definition and will then extend this to the more general understanding of what an API product is."

    #api360 #apiDocs

  35. Write documentation like you develop code b.mamund.com/3zHGrEw

    "Docs as Code entails writing documentation using the same tools and workflows used for developing code."

    #api360 #apiDocs

  36. Write documentation like you develop code b.mamund.com/3zHGrEw

    "Docs as Code entails writing documentation using the same tools and workflows used for developing code."

    #api360 #apiDocs

  37. Bump builds a central hub for all your APIs b.mamund.com/3h1OmFY

    "Once all the APIs are documented on Bump, whenever there’s a change, Bump can send notifications and highlight changes compared to the previous version."

    #api360 #apiDocs

  38. Bump builds a central hub for all your APIs b.mamund.com/3h1OmFY

    "Once all the APIs are documented on Bump, whenever there’s a change, Bump can send notifications and highlight changes compared to the previous version."

    #api360 #apiDocs