Yesterday I started a private project: a #LEGO CRUD web application using #Symfony and #Sylius stack (for learning purposes).
To avoid creating every set manually, I'm using the #Rebrickable API to fetch all data. The idea for this part is to write an importer that imports the sets into the resource/entity based on a theme_id.
This morning I completed the first small part: implementing the API call logic with Symfony’s HTTPClient. And it already works great! :)


















