New API documentation on api.linktaco.com

Apr 24, 2025 · Peter Sanchez · Api Documentation Graphql

GraphQL is not a new API format, but it’s definitely not as familiar or widely used as, say, REST. Because it’s less common, many developers hesitate when they have to interact with GraphQL. Once they get over the initial learning curve, they’re usually are quite pleased with it and can see the power and trade-offs it provides compared other API integrations.

At LinkTaco, we’re fully powered by GraphQL. We already provide some documentation on working with our API server, as well as a GraphQL Playground to test your queries. Today, we’re excited to share even more documentation to help developers better understand our schema.

Announcing our new api.linktaco.com site.

This site provides you the entire GraphQL API Schema on a single page. It shows all queries, mutations, directives, types, and more. You’ll even find example queries you can copy and paste into the GraphQL Playground for testing.

We hope this is useful and helps you create some awesome integrations with the platform. As always, feel free to email the development mailing list with any questions.

Of course, you can check out the repository for the new API docs if you want to see how the sausage is made. If you have any issues or suggestions, please don’t hesitate to let us know.

Thanks to Sourcehut

As always, the folks over at Sourcehut are churning out useful software at break-neck speeds. This documentation was made possible by Conrad Hoffman and his gockel tool for auto-generating GraphQL documentation. I, of course, used and modified the docs.sourcehut.org repo for their templates to create the documentation on api.linktaco.com.

Thanks to these tools, I was able to produce the new documentation site in under an hour.

Articles from blogs we recommend Generated by openring

A Cryptography Engineer’s Perspective on Quantum Computing Timelines

The risk that cryptographically-relevant quantum computers materialize within the next few years is now high enough to be dispositive, unfortunately.

Summary of changes for March 2026

Hey everyone!This is the list of all the changes we've done to our projects during the month of March. Wiki, documented the replacement of Pino's backstay, and created a project page for No Bears, None. Hakum, completed page 10 of Sabotage Study…

tar: a slop-free alternative to rsync

So apparently rsync is slop now. When I heard, I wanted to drop a quick note on my blog to give an alternative: tar. It doesn’t do everything that rsync does, in particular identifying and skipping up-to-date files, but tar + ssh can definitely accomodate th…