-
## Describe the bug
Our API test folder includes two types of test suites: those prefixed with coreApiX, which contain transfer API tests migrated from the core repository and those prefixed with api…
-
Having etcd and my resource definition i need a consistent way to query these. I want to do somthing similar to the kubernetes http api.
It should for most cases respolve the api group itself.
endpo…
-
In memory cache used to efficiently map between the singular and plural resource names to api group (and versions)
Should map between
- [x] singular name -> kind
- [x] singular name -> group
- [x] …
-
Create an appi-resources endpoint to return the resource types available.
-
Possible topics:
- Deployment https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Installation/DeployTYPO3.html
- Unit / Functional Testing https://docs.typo3.org/m/typo3/reference-…
-
https://github.com/corteva/djangorestframework-mvt/blob/33ec44b805798a353265b24e6fb2bc2b710095e8/setup.py#L33
https://github.com/core-api/core-api
```
/root/.local/share/virtualenvs/venv/lib/py…
-
```python
class MyFilterBackend(BaseFilterBackend):
def get_schema_fields(self, view):
return [coreapi.Field(
name="values"
required=False,
schema=coreschema…
-
It seems the content about new backend modules with extbase is outdated.
a working example would be
```php
public function indexAction(): ResponseInterface
{
$viewVariables = …
-
We need a beginner friendly description about theming in TYPO3 and an introduction in fluid for the new "getting started" tutorial.
https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiO…
-
As rightfully pointed by @kyleam in https://github.com/datalad/datalad/issues/4585#issuecomment-636076273 `coreapi` has nothing to do with the `core` despite its name. It actually reflects upon our i…