https://github.com/shipengine/connect-website
ShipEngine Connect
https://github.com/shipengine/connect-website
api connect integrations shipengine
Last synced: 8 months ago
JSON representation
ShipEngine Connect
- Host: GitHub
- URL: https://github.com/shipengine/connect-website
- Owner: ShipEngine
- License: other
- Created: 2021-08-06T19:13:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T17:47:44.000Z (over 1 year ago)
- Last Synced: 2024-08-16T18:34:25.136Z (over 1 year ago)
- Topics: api, connect, integrations, shipengine
- Language: MDX
- Homepage: https://connect.shipengine.com
- Size: 327 MB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShipEngine Connect developer portal
## Prerequisites
- [node.js >= 12.22.6 and <= 16.x](https://nodejs.org/en/)
- [yarn](https://yarnpkg.com/en/)
## Install
yarn install
## Start development server
yarn start
Note: search isn't functional in the development environment.
## API documentation
The content under the `Methods` section is generated from OpenAPI specs that
are maintained in the `shipstation/ipaas-connect` repository. Redocly is
configured to pull in changes when the specs in that repository change in the
`master` branch. The Redocly configuration can be managed by logging in via Okta.
## Troubleshooting
If some changes are not reflected in the resulting portal try cleaning cache by running:
yarn clean
## Redocly Docs
This site is built on Redocly.
Read the [online documentation](https://redoc.ly/docs/developer-portal/introduction/).