Skip to main content
Tooling
0 votes
2 replies
39 views

I developed an API with NodeJS/Express whose standard should follow JSON:API. Check for example this reply: https://api.denuncia-estacionamento.app/penalties/passeios How do I test if this reply ...
João Pimentel Ferreira's user avatar
0 votes
0 answers
79 views

I'm working on a C# program that will integrate with Planning Center's JSON:API-compliant API (the documentation can be found here). For (de)serialization purposes, I'm using the JsonApiSerializer ...
In Hoc Signo's user avatar
0 votes
1 answer
131 views

I am working on replacing crnk with Spring Hateos Json APi . I was getting a exception for LocalDateTime so I have used @JsonSerialize(using = LocalDateTimeSerializer.class) @JsonDeserialize(using =...
Thejas's user avatar
  • 527
0 votes
0 answers
35 views

I am working on using Spring Hateos Json APi as a replacement for crnk .I want to implement a post request ie to save the Book object import static com.toedter.spring.hateoas.jsonapi.MediaTypes....
Thejas's user avatar
  • 527
0 votes
0 answers
50 views

I am working on using Spring Hateos Json APi as a replacement for crnk .As per the documentation. I was able to get the expected response when I retrieve a List of object ie when I did import static ...
Thejas's user avatar
  • 527
0 votes
1 answer
54 views

I am working on using Spring Hateos Json api as a replacement for crnk. As per the documentation. I was able to get the expected response when I retrieve a object ie when I did import static com....
Thejas's user avatar
  • 527
0 votes
1 answer
91 views

It looks like jsonapi.Marshal returns an empty json object for a golang struct with a value that is false. I understand that a struct of zero values is considered zero, but as a caller of this API, am ...
BeeGee's user avatar
  • 875
0 votes
1 answer
32 views

What is the syntax for a JSON:API Accept HTTP header with multiple extensions? I can't find it in the spec. Here are some possibilities I could think of for a client that wants to use both the https://...
bkoelman's user avatar
1 vote
2 answers
561 views

I am trying to get the URL of the media image served via JSON to the frontend, but I'm unable to do so. My expected output is the following. { "data": { "type": "...
Regokonda's user avatar
0 votes
1 answer
105 views

Imagine I have two objects public class OrderLine : Identifiable<Guid> { [HasOne] public Order Order {get;set;} ... // other properties } public class Order : Identifiable<Guid&...
jobis1205's user avatar
1 vote
0 answers
97 views

I'm creating an API using Laravel with the laravel json-api package. I'm trying to create an endpoint that will return a set of calculated values for a user. The endpoint will be returning a set of ...
adear11's user avatar
  • 945
1 vote
0 answers
88 views

I am using JsonApiDotNetCore, .NET Core, and EF Core on SQL Server and creating a REST project implementing the Json API standard. I have plenty of resources (models) but one of them has some fields ...
Alexander Notas's user avatar
0 votes
0 answers
74 views

I'm building an API with Laravel 10 and the JSON:API library. In this app, one of the main resources (Expense) has a to-one relationship with de User model. I decided to build this application ...
Franco Rule Calvi's user avatar
1 vote
1 answer
1k views

I'm trying to write a minimal, custom, JSON:API 1.1 implementation using Python. For the top level, the RFC/doc says: https://jsonapi.org/format/#document-top-level A document MUST contain at least ...
oblio's user avatar
  • 1,673
0 votes
1 answer
194 views

The spec for JSON:API v1.1 mentions that "when the resource object originates at the client and represents a new resource to be created on the server", "a lid member may be included to ...
jacquev6's user avatar
  • 668

15 30 50 per page
1
2 3 4 5
47