1026 search results for API Platform

Adding Populating the Custom Field

... up on the property... there it is... we can add more docs: Returns true if this is the currently-authenticated user That's nice because API Platform will automatically use this in the docs. When we look at the schema ...

5:10
API Debugging with the Profiler

... API Platform adds its own profiler panel, which is a nice way to see which resource this request was operating on and the metadata for it, including this item operation and collection operation stuff - we'll talk about ...

3:17
Hey gabrielmustiere You can customize your API docs so it can fit your business needs. This video may give you some ideas: https://symfonycasts.com/screencast/api-platform-security/resource-metadata-factory If you ...
MolloKhan
MolloKhan
Read Full Comment
... Hello, I didn't find anything related to API versioning. I want to use something like /api/2020-09/some-endpoint, then /api/2020-10/some-endpoint. Is API-Platform able to do that? or probably something related to ...
What about **API Platform 3 Part 4: Using graphql to the fullest?** ...
Thanks for the answer! Will annotations with api-platform settings work for a graphql? ...
Great lessons, thanks! Is there a video on how to use GraphQl based on Api-Platform? ...
hey, can this tutorial works for Symfony 5.4 & API Platform 2.7 ? ...
Awesome ! Regarding API Platform Part 4, do you plan to release it in 2021? ...
Hello here ! I just installed api-platform-admin ! It's just... awesome ...
Ah, good catch - you're totally right. Fixed! https://github.com/SymfonyCasts/api-platform/commit/3e214e50c5253805ed8cb122e4980a28729ad983 Thanks! ...
weaverryan
weaverryan
Read Full Comment
Thank you! I am very interested how far Api-platform endpoints customization can go. ...
Vladislav T.
Vladislav T.
Read Full Comment
Hey, Are you planning to release a course with API Platform and ReactJS ? ...
Can we use api platform to publish it for 3rd part developers with limits? ...
Stefan T.
Stefan T.
Read Full Comment
Or maybe Symfony translations before API Platform - not entirely sure - a few are being planned currently! ...
weaverryan
weaverryan
Read Full Comment
import { HydraAdmin } from "@api-platform/admin";
import React from 'react';
export default (props) => (
<HydraAdmin entrypoint={props.entrypoint} />
);
See Code Block in Script
Hey Raul M.! Apologies for the slow reply! There are two possibilities... but I'm not sure if the first will work. We'll find out! 1) Follow the advice here: https://symfonycasts.com/screencast/api-platform/relation ...
weaverryan
weaverryan
Read Full Comment
... `. It looks like API Platform is trying to load the ONE `Company`, then getting surprised by the many results. The way you've structured the request makes sense to me, but you could also consider that what you're trying to ...
weaverryan
weaverryan
Read Full Comment
... dynamic nature of the class, but here is the logic behind the search filter: https://github.com/api-platform/core/blob/435992613de0a012ad42b5352e71453a35061968/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php#L168 If I'm ...
weaverryan
weaverryan
Read Full Comment
... Hi Guys! I'm trying to apply what I learned here about Api Platform on a new application, but it may be too ambitious for my skills...I have a basic logic problem, and I can't figure out what to do. I know it's not the ...
Jean-tilapin
Jean-tilapin
Read Full Comment