Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Tooling
0 votes
2 replies
36 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 ...
0 votes
0 answers
65 views

I'm working on a C# program that will integrate with Planning Center's json-api compliant API (docs can be found here.) For (de)serialization purposes, I'm using the JsonApiSerializer library, which ...
0 votes
0 answers
61 views

I'm working on putting together a web app that (among other things) fetches data from Planning Center, which is json-api-compliant. After some thought, I've decided to use the JsonApiSerializer ...
In Hoc Signo's user avatar
0 votes
1 answer
130 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 =...
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....
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 ...
0 votes
1 answer
52 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....
0 votes
0 answers
23 views

Hi I am working on ordering_fields on include resources using django_json_api. I have 2 models activities and activity_enrollments(activity is foreign_key). I am ordering on 2 fields one is related to ...
0 votes
1 answer
88 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
30 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
526 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": "...
0 votes
1 answer
92 views

Imagine I have two objects public class OrderLine : Identifiable<Guid> { [HasOne] public Order Order {get;set;} ... // other properties } public class Order : Identifiable<Guid&...
1 vote
0 answers
91 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
86 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 ...
0 votes
0 answers
62 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 ...

15 30 50 per page
1
2 3 4 5
...
48

AltStyle によって変換されたページ (->オリジナル) /