api-components-bundle icon indicating copy to clipboard operation
api-components-bundle copied to clipboard

Creates a flexible API for a website's structure, reusable components and common functionality.

Results 31 api-components-bundle issues
Sort by recently updated
recently updated
newest added

Calling the /me endpoint looks up the current user in the database again. We now use the username to do this instead of the ID. We set the username in...

enhancement
Hacktoberfest

[Feature] Return location counts for draft resources, and perhaps collections.

enhancement
Hacktoberfest

If we load `/_routes//contact.json` for example, we are currently trying to look up the path `/contact.json` instead of `/contact` in the json format which is what we want. We should...

enhancement
Hacktoberfest

Need to add tests for using Amazon S3 with private files to check how it is handled. Perhaps a temporary token is generated which expires shortly afterwards... I hope! If...

enhancement
Hacktoberfest

Would be nice wouldn't it. We could have our own page with relevant information on how we have handled a request, security, refresh tokens.

enhancement

Docs need a lot more attention and work. Many features not documented, e.g. groups added to components and many options and guidance on each of the resources/objects. Dynamic pages needs...

- Services should be given names and the classes as aliases. - Deprecations should be addressed - Double check auto-wiring. We should not be auto-wiring in a bundle

good first issue

Should probably use a sub-request for collections instead of current functionality. E.g. ```php function getCollection() { $subRequest = Request::create($path, $method, [], [], [], [], $body); try { return $this->kernel->handle($subRequest, HttpKernelInterface::SUB_REQUEST);...

enhancement

I have been battling with my own thoughts on the best way to implement this. Please take a look at how the bundle configuration can currently be used to determine...

help wanted
question

Should look into storing doctrine migrations in configured Flysystem storage.

enhancement