#jsonapi
Conheci isso por conta de jsonapi
October 10, 2024 at 3:28 PM
Still boggles my mind that outside of jsonapi there’s not a single serviceable spec of rest/rest-ish out there. People blame REST for a lot of problems that are really just lack-of-spec.
November 8, 2025 at 5:12 AM
Aí veio GraphQL, tRPC, gRPC e coisas assim e a glr mais nova, algo que tudo indica, não se ligou em dar valor.

Idem pra jsonAPI
October 2, 2024 at 9:57 PM
we like jsonapi but we're now wondering if we're like behind or if Ruby tooling is just that dominated by rails and the active record model
July 13, 2025 at 4:39 AM
🔒 API Platform CVE-2026-49858: JSON:API & HAL normalizers cached components across users on long-running runtimes (FrankenPHP, RoadRunner, Swoole).

Patched in 4.1.29 / 4.2.25 / 4.3.8 — upgrade now.

github.com/api-platform...
Cross-user attribute leak in JSON:API and HAL item normalizers due to missing isCacheKeySafe gate
### Impact `#[ApiProperty(security: ...)]` is evaluated per request to decide whether a property is exposed. The `componentsCache` arrays in `ApiPlatform\JsonApi\Serializer\ItemNormalizer` and `Ap...
github.com
June 4, 2026 at 12:08 PM
Time to brag a bit: I just released my first non-jam game. It's a minesweeper clone made for a conference. It consists of the game in #godot, API middleware in #nodejs, a #drupal backend, and a leaderboard in godot that pulls from the drupal site. All of it using #JSONAPI to transfer data around!
April 29, 2025 at 2:52 PM
I just released version 2.1.4 of "JSON:API for Spring HATEOAS". This is a patch release with dependency updates to Spring Boot 3.5.0.

See github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
May 27, 2025 at 7:37 AM
If you are interested in #rest, #java, #spring, #hypermedia, #hateoas, and #jsonapi, please take a look at my project "JSON:API for Spring HATEOAS".

github.com/toedter/spri...
GitHub - toedter/spring-hateoas-jsonapi: A JSON:API media type implementation for Spring HATEOAS
A JSON:API media type implementation for Spring HATEOAS - toedter/spring-hateoas-jsonapi
github.com
February 13, 2025 at 9:26 AM
I took over a bit of security maintenance for #Drupal entity API module.

If you use it with JSONAPI you should upgrade.

Thanks @berdir for the collaboration 😍

drupal.org/sa-contrib-2026-113…
August 26, 2026 at 6:30 PM
E quanto tempo que não vejo jsonapi kk
September 28, 2024 at 12:10 PM
📦 alsvanzelf/jsonapi v2.4.1

Human-friendly library to implement JSON:API without needing to know the specification.

🔗 https://github.com/lode/jsonapi
November 25, 2025 at 9:00 AM
I just released version 2.2.0 of "JSON:API for Spring HATEOAS". This is a minor release with 2 new features and dependency updates to Spring Boot 3.5.8.

See github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
December 8, 2025 at 9:00 AM
Woke up to a curious inquiry that spoke to my inner nerd. 🤓

The JSON response is mine, last link cut off in the screenshot goes here: violetrollergirl.com/faq/booking/...

Unfortunately, txt delivery is always shitty. Please use @signal.org to message providers! violetrollergirl.com/resources/fo...
March 1, 2026 at 5:45 PM
I just released version 2.1.3 of "JSON:API for Spring HATEOAS". This is a bug fix release with dependency updates to the latest Spring libraries.

See github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
March 1, 2025 at 12:43 PM
I just released version 3.0.0 of "JSON:API for Spring HATEOAS". This is a major release with dependency updates to Spring Boot 4.0.0, Spring HATEOAS 3.0.0 and Jackson 3.

See github.com/toedter/spri....

Migration Guide: toedter.github.io/spring-hateo....

#java, #rest, #spring, #hateoas, #jsonapi
December 12, 2025 at 2:39 PM
I just released version 3.1.0 of "JSON:API for Spring HATEOAS". This is a feature release with dependency updates to Spring Boot 4.0.3, and Spring HATEOAS 3.0.2.

See github.com/toedter/spri...
Release Notes: github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
March 3, 2026 at 12:42 PM
Xrpc is pretty solid, and I say that as a jaded jsonapi veteran.
February 23, 2024 at 9:34 PM
Two things I wish I could go back in time and fix about jsonapi spec: lid to local and drop status from errors.
April 18, 2024 at 9:50 PM
January 9, 2025 at 7:33 AM
January 9, 2025 at 7:33 AM
2. It's also a tracks preloads ...

We have an opts field on all get/list domain functions that let you request add'l info similar to JSONAPI, but at the elixir func level.
September 30, 2025 at 4:43 AM
I just released version 2.1.2 of "JSON:API for Spring HATEOAS". This is a patch release with dependency updates to the latest Spring libraries.

See github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
February 15, 2025 at 11:12 AM
I just released version 3.0.1 of "JSON:API for Spring HATEOAS". This is a patch release with dependency updates to Spring Boot 4.0.1, and Spring HATEOAS 3.0.1.

See github.com/toedter/spri...

Release Notes: github.com/toedter/spri...

#java, #rest, #spring, #hateoas, #jsonapi
December 28, 2025 at 12:41 PM
Drupal Security Team published eight advisories on 17 June: five for core, three for contrib.

Core fixes cover JSON:API, oEmbed, image upload validation, and deserialization risks.

https://bit.ly/4oBXorV
##Drupal #DrupalSecurity #JSONAPI #DrupalCore
June 18, 2026 at 2:45 PM
New to JSON:API in Drupal?

Drupal Academy kicks off a beginner series on setting up headless CMS features.

Starts with config, permissions, and testing — React integration coming soon.
🔗 https://bit.ly/3XS2l3m
##Drupal #JSONAPI #HeadlessCMS #DrupalTutorial
Beginner’s Guide to JSON:API in Drupal by Drupal Academy
Drupal Academy has published a new beginner-focused tutorial series on using JSON:API in Drupal. The first episode covers enabling the module, configuring permissions, and preparing Drupal as a headless CMS—ideal for developers working on decoupled o...
bit.ly
November 26, 2025 at 4:47 PM