ti-ext-api icon indicating copy to clipboard operation
ti-ext-api copied to clipboard

Manages and generates RESTful APIs for TastyIgniter

Results 11 ti-ext-api issues
Sort by recently updated
recently updated
newest added

### What happened? Based on the documentation user running TI on apache should add this to their .htaccess file RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] But these lines should...

Extension.php - Registration of Navigation, Permissions and ApiResource configs have been changed to variables to allow events, during boot exicution, to be able manipulate them. Manager.php - Overwrite events have...

### What happened? When trying to consume any endpoint it gives me error 404 ### What did you expect to happen? I need .nginx.conf rule like a https://github.com/tastyigniter/TastyIgniter/blob/3.x/.nginx.conf ### Version...

### What is the feature? There is no way to manage customer addresses. Are there any plans to add an endpoint for addresses? Thank you in advance.

### What happened? Response for customers/?**include=addresses** does contain array of user addresses, but only like this: ``` 'relationships': { 'addresses': { 'data': [ {'type': 'addresses', 'id': '1'}, {'type': 'addresses', 'id':...

Related https://github.com/tastyigniter/TastyIgniter/pull/901 - Deprecates menu item options endpoint, use the menus endpoint to managing menu item options

### What happened? When I run php artisan clear cache php artisan config cache I receive this error from the API. ``` Unable to boot ApiServiceProvider, configure an API domain...

**Expected behavior:** being able to set all fields when creating a reservation through api. default values to be applied if non-required fields are left empty. reservation should have same status...

good first issue

Added the following endpoints: - Staff - Status Fixed the following errors: - Location object now returns options and accepts options as value parameter - Location PATCH requests now don't...

### What is the feature? It would be very useful to be able to set a reservation to cancelled or confirmed via the API.