https://github.com/dynamic/silverstripe-foxy-api
An addon module for SilverStripe Foxy that adds API functionality with Foxy.io
https://github.com/dynamic/silverstripe-foxy-api
foxycart hacktoberfest silverstripe
Last synced: 6 months ago
JSON representation
An addon module for SilverStripe Foxy that adds API functionality with Foxy.io
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-foxy-api
- Owner: dynamic
- License: bsd-3-clause
- Created: 2019-06-20T18:32:42.000Z (about 6 years ago)
- Default Branch: 1.0
- Last Pushed: 2023-04-27T14:58:03.000Z (about 2 years ago)
- Last Synced: 2024-08-08T19:56:50.051Z (11 months ago)
- Topics: foxycart, hacktoberfest, silverstripe
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# SilverStripe Foxy API
An addon module for SilverStripe Foxy that adds API functionality with Foxy.io
[](https://travis-ci.org/dynamic/silverstripe-foxy-api)
[](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-api/?branch=master)
[](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-api/build-status/master)
[](https://codecov.io/gh/dynamic/silverstripe-foxy-api)[](https://packagist.org/packages/dynamic/silverstripe-foxy-api)
[](https://packagist.org/packages/dynamic/silverstripe-foxy-api)
[](https://packagist.org/packages/dynamic/silverstripe-foxy-api)
[](https://packagist.org/packages/dynamic/silverstripe-foxy-api)## Requirements
* SilverStripe ^4.0
* dynamic/silverstripe-foxy ^1.0## Installation
```
composer require dynamic/silverstripe-foxy-api ^1.0
```## License
See [License](license.md)
## Example configuration
In the FoxyCart Admin, go to the [Integrations](https://admin.foxycart.com/admin.php?ThisAction=AddIntegration) area. Create a new token, and record the information provided.
Create a `foxy.yml` file in your project and enter the following information provided by your Foxy integration:
```yaml
Dynamic\Foxy\API\Client\APIClient:
enable_api: true
client_id: ''
client_secret: ''
access_token: ''
refresh_token: ''
```## Maintainers
* [Dynamic](http://www.dynamicagency.com) ()>
## Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots
and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version,
Operating System, any installed SilverStripe modules.
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
## Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.