1015 search results for API Platform

Hey Chloé Just to let you know that the ApiPlatform episode 3 course it's been actively released now https://symfonycasts.com/screencast/api-platform-extending Cheers! ...
MolloKhan
MolloKhan
Read Full Comment
Hey please let me know how to use GraphQL with API Platform. I am struggling to use it and end up getting few errors... ...
Sachin g K.
Sachin g K.
Read Full Comment
Many thanks! I opened an issue on the api-platform github project as truuslee recommended, let's see if someone can take a look at it. Cheers! ...
Thanks weaverryan - I'll take look at the suggested tutorials as well as the API Platform next while the Doctrine for Symfony 5 gets built. Appreciate it! ...
Hey Roland W. Did you manage to change the path? If not, here is how you can do it https://github.com/api-platform/core/issues/1479 Cheers! ...
MolloKhan
MolloKhan
Read Full Comment
Hey Victor, I think it comes from Symfony and not API Platform, like this issue : https://github.com/symfony/symfony/issues/34875 Cheers 😉 ...
abdouniabdelkarim
abdouniabdelkarim
Read Full Comment
Hi Ryan! Just tried traits and I'm experiencing the same issue. I've gone ahead and opened an issue here: https://github.com/api-platform/core/issues/2967. Thanks! ...
Cool! So you already know how to test an API integration :) BTW, not all API's comes with a sandbox, it depends on the third party platform Cheers! ...
MolloKhan
MolloKhan
Read Full Comment
Hi, is it possible to user API Platform on an existing SF3.4 project ? Or is it better do to it on SF4 ? ...
... It's good. I'm going to add GraphQL into Api-Platform and also with Symfony Flex. Did you include CRUD by GraphQL in this course? please.
Romeo Tong
Romeo Tong
Read Full Comment
Hey Manoj, Thank you for your interest in this topic! See my answer for more context: https://symfonycasts.com/screencast/api-platform#comment-4424842370 Cheers! ...
This link shows: "This UserVoice instance does not exist.". I would be very happy if API platform course would be created. ...
Daniel G.
Daniel G.
Read Full Comment
User Test Plain Password

... hash the plainPassword property? Or, in simpler terms, how can we run code in API Platform after the data is deserialized but before it's saved to the database? The answer is: state processors. Let's dive into this powerful concept next.

4:21
Conditional Fields by User ApiProperty

... true. But then, securityPostDenormalize returned false. In that case, API Platform will revert the isPublished property back to its original value: it will change it from false back to true. Oh, and by the way ...

5:13
Relations Iris

When we tried to create a DragonTreasure with this owner, we set the field to the owner's database id. And we found out that API Platform did not like that. It said: "expected IRI". But what is an IRI? We mentioned this ...

3:40
... things: A) API Platform "stateless" config - prevents session usage on API Platform routes B) security.yaml "stateless" - tells the security system not to store (or read) a session cookie that contains authentication ...
weaverryan
weaverryan
Read Full Comment
... values on non-patch operations are treated differently - was likely a mistake by API Platform. In the future, it seems that they want to go in the direction of "all other operations start not including null values". However ...
weaverryan
weaverryan
Read Full Comment
... /docs.json. B) This JSON is created just like any other JSON in the system: via a normalizer. Specifically, it is this DocumentationNormalizer - https://github.com/api-platform/core/blob/master/src/Swagger/Serializer ...
weaverryan
weaverryan
Read Full Comment
... mention in our next tutorial about API Platform. About the deprecation, that will be fixed in API Platform 2.5 :). It's an annoying issue, and normally that might be backported to the current version (2.4), but there were ...
weaverryan
weaverryan
Read Full Comment
Hey Toshiro! Sorry for the slow reply :). Excellent question! As you can see from the API Platform docs, handling uploads in API Platform is really a custom thing. And, to a point, I think the correct implementation ...
weaverryan
weaverryan
Read Full Comment