Axel Le Bot

Results 12 issues of Axel Le Bot

It looks like `HTTP 400` are now legacy and wrong practice use for API database response. API now mostly answer `HTTP 2XX` if the request succeed Indeed it's not a...

discussion

Need a `/doors` endpoints : - `GET` : Get doors list - `POST` : Create a new door Also migrate `/door/:door_id` to `/doors/:door_id` : - `DELETE` : Delete the door...

Add `/me` endpoint to access user infos only with authentication token.

enhancement

Must include door timeout in the `/doors/:id` response

Like it is possible with mutliple ORM I'd like to customize my column name. for example : ```dart class User{ @Column(name: 'this_is_my_column') String username; } ```

Hey ! I'm trying to install a vpn+rtorrent+flood stack but I'm stuck with the socket file use. Here are my main configuration files : My compose file ```txt version: '3.7'...

Hey ! According to OAuth2.0 RFC we can use "access token" to authenticate a client with `grant_type="client_credentials"` But `passport-http-bearer` is only compatible with user authentication. ### Expected behavior - Can...

**Describe the solution you'd like** [This is a roller blind switch from Schneider Electric.](https://zigbee.blakadder.com/Schneider_Electric_S520567.html ) The device can be triggered for open/close/stop action on Home-Assistant through Zigpy but I could...

## Context Now that google announced the end of free tiers photo backup, I bet more and more people will be looking for an alternative I'd like, in the first...

design
2. developing

### Is your feature request related to a problem? Please describe. The Photos section can look way more friendly to let user quickly find a Photo based on date just...

enhancement