Search found 3 matches

by MohammadShahriariFard
19 Jul 2021, 11:43
Forum: Laravel package
Topic: API Versioning Laravel
Replies: 3
Views: 6073

Re: API Versioning Laravel

You can change the prefix for the jsonapi route in your ./config/shop.php: https://github.com/aimeos/aimeos-laravel/blob/master/src/config/shop.php#L16 That was the easiest solution But it is not efficient at least in this case. Because we may need several different versions, such as V1, V2, V3 in ...
by MohammadShahriariFard
19 Jul 2021, 04:12
Forum: Help
Topic: API Versioning
Replies: 1
Views: 4422

API Versioning

Is there a way to versioning aimeos jsonapi & jsonadm? currently, all web services working this way : http://localhost:8000/jsonapi/attribute The way I want is : http://localhost:8000/jsonapi/v1/product or : http://localhost:8000/v1/jsonapi/product I'm using the latest version of aimeos on Linux...
by MohammadShahriariFard
18 Jul 2021, 07:06
Forum: Laravel package
Topic: API Versioning Laravel
Replies: 3
Views: 6073

API Versioning Laravel

Is there a way to versioning aimeos jsonapi & jsonadm? currently, all web services working this way : http://localhost:8000/jsonapi/attribute The way I want is : http://localhost:8000/jsonapi/v1/product or : http://localhost:8000/v1/jsonapi/product I'm using the latest version of aimeos on Linux...