ChannelFireball maintains a staging environment which can be used for development purposes. The product catalog available in staging is the same as in production. The staging environment has less computing capacity, so some delays and slowness compared to production is expected.
The functionality and APIs available in staging should almost always match the production version.
URL | Production | Staging |
---|---|---|
Home-page | https://channelfireball.com | https://staging.channelfireball.com |
API basePath | https://api.channelfireball.com | https://api.staging.channelfireball.com |
Auth/Token | https://api.channelfireball.com/auth/realms/cfb-marketplace-prod/protocol/openid-connect/token | https://api.staging.channelfireball.com/auth/realms/cfb-marketplace-staging/protocol/openid-connect/token |
SKU catalog | https://storage.googleapis.com/cfb-marketplace-prod-product-export/sku-LATEST.json | https://storage.googleapis.com/cfb-marketplace-staging-product-export/sku-staging-LATEST.json |