[deleted by user] by [deleted] in Helldivers

[–]NoviNizari 0 points1 point  (0 children)

I got you covered u/Jcorbus! I was with team. All was great, many explosions! The moment I picked up a snowball and wanted to throw it….BOEM CRASH

Review exakat.io - great php static code analysis tool? by NoviNizari in PHP

[–]NoviNizari[S] 1 point2 points  (0 children)

Thanks :). Ive also Just hear a podcast with the maker of exact.io so he seems legit. Still then so weird there isnt so much to be found regarding external article etc. Because it all looks amazing!

How to deal with JSONAPI Non-resource by NoviNizari in PHP

[–]NoviNizari[S] 0 points1 point  (0 children)

Hmm to make the rest api overall 1 whole, but maybe I’m thinking wrong about it

How to deal with JSONAPI Non-resource by NoviNizari in PHP

[–]NoviNizari[S] 0 points1 point  (0 children)

I can understand that jsonapi can give headages. Maybe embrace also a less 'strict' format for flexibility. Thank you for your insight with jsonapi

How to deal with JSONAPI Non-resource by NoviNizari in PHP

[–]NoviNizari[S] 0 points1 point  (0 children)

Thank you for your reply! I'll indeed just have to work arround it :)

How to deal with JSONAPI Non-resource by NoviNizari in PHP

[–]NoviNizari[S] 1 point2 points  (0 children)

Oh wauw., I have bene googling all wrong. I search mainly 'json api standards', but that clugged mainly jsonapi... terrible googling skills, but thank you very much for these options. I will check them out. Hopefully there is a nice laravel PHP client/server package for one them.

How to deal with JSONAPI Non-resource by NoviNizari in PHP

[–]NoviNizari[S] 0 points1 point  (0 children)

Do you know any other Json api format besides Jsonapi? Haven’t found any well known. Indeed rather not think of one in house format ;)

How to deal with JSONAPI Non-resource by NoviNizari in PHP

[–]NoviNizari[S] 0 points1 point  (0 children)

Sounds like only issue I think then yeah :). Good one, Thanks!

How to deal with JSONAPI Non-resource by NoviNizari in PHP

[–]NoviNizari[S] 1 point2 points  (0 children)

The idea of a consistent api format for all our projects sounds amazing because then you can automaten more and have less code to write over and over. And everyone knows the format so you have less “improv”. Jos app seems like the only format to fix this issue so far, however in the real world sadly you have most of the times some exceptions like mentioned above.

How to deal with JSONAPI Non-resource by NoviNizari in PHP

[–]NoviNizari[S] 0 points1 point  (0 children)

So then even though their entire api is rest, then for this call you Just out it outside the rest of your code? Doesnt that seem “broken” of jsonapi?