Özgür Adem IŞIKLI

Results 25 issues of Özgür Adem IŞIKLI

As the AdonisX development team, we think it has got great potential to build APIs quickly. Although we were waiting for a long time for the new version of [AdonisJs](https://adonisjs.com),...

wontfix

For now, the default API response is something like that; ```json { "name": "AXE API", "description": "The best API creation tool in the world.", "aim": "To kill them all!" }...

enhancement
good first issue

We should check the column type because of the following issue; https://stackoverflow.com/questions/36537822/postgres-operator-does-not-exist-double-precision-unknown#comment60678380_36537822

bug

Developers should be able to add multiple language supports. ## Configurations The following example shows how the general configuration should be; `app/Config/i18n.js` ```js import enUs from "../Lang/en-us.js"; import trTr from...

enhancement

Currently, we are using Express as the request handler. But we can use different frameworks.

enhancement
discussion

- Bulk insert - Bulk update - Bulk delete

enhancement
need detail

When the child data updated, the parent's `updated_at` column should be updated automatically.

enhancement
need detail

enhancement
need detail

enhancement
need detail

Axe API has strong query features. But it doesn't mean every developer will want that feature in their APIs. Especially, some query features on some models. So, developers should be...

enhancement
security
discussion