If you have feedback about the new SDKs, or just want to talk to other Square Developers, request an invite to the new slack community for Square Developers
Bug reports and feature requests for the SDK are welcome from everyone. If you would like to file an issue, you may either file one in this repository or in connect-api-specification.
The code for this SDK is auto-generated with swagger-codegen, using the settings and templates found in the connect-api-specification repository. For this reason, we prefer that pull requests be submitted against connect-api-specification.
Tests can be run with npm test
.
You will need to supply your own travis-ci/accounts.json
file. This file
should have the following format:
{
"US-Prod": {
"access_token": "XXX",
"location_id": "YYY",
"application_id": "ZZZ"
},
"US-Prod-Sandbox": {
"access_token": "XXX",
"location_id": "YYY",
"application_id": "ZZZ"
}
}
All of these credentials can be obtained from the Developer Application Dashboard.