
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
An Aeda service for getting detailed info for cars using registration number.
python -m pip install aeda
AEDA_API_CAR_USER
AEDA_API_CAR_PASSWORD
~/.secrets/aeda.yaml
, a YAML file containing:aeda:
api:
car:
user: XXXXXXXX
password: XXXXXXXXXXXXXX
~/.bashrc
or ~/.zshrc
or other system command config files:export AEDA_API_CAR_USER=$(yq -r '.aeda.api.car.user' ~/.secrets/aeda.yaml)
export AEDA_API_CAR_PASSWORD=$(yq -r '.aeda.api.car.password' ~/.secrets/aeda.yaml)
apt install yq
. .~/.bashrc
Run either using command line or as a python library.
Run from command line using:
python -m aeda.car.main --regnumber XXXXXXXXX
Get help and show all command options:
python -m aeda.car.main --help
Run in a python script using:
import aeda.car
aeda.car.get_car_from_reg_number("XXXXXXXXX")
Endpoint:
https://aedacar.azurewebsites.net/api/car
Params:
"code": "BzaCA1bdqU21cfZVn8r3KJwaoivzaOla7o6sLa-qD0elAzFulXlzyA=="
"username": USERNAME
"regNumber": REGNUMBER
Headers:
"api-key": APIKEY
CURL example:
curl --header "api-key: APIKEY" -X GET "https://aedacar.azurewebsites.net/api/car?code=BzaCA1bdqU21cfZVn8r3KJwaoivzaOla7o6sLa-qD0elAzFulXlzyA==&username=USERNAME®Number=REGNUMBER"
Using Calender Versioning: YYYY.MM.PATCH
FAQs
Aeda car API
We found that aeda demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.