File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ Full documentation is available at **[stackpop.github.io/mocktioneer](https://st
3434
3535## Endpoints
3636
37- | Path | Description |
38- | ------| -------------|
39- | ` POST /openrtb2/auction ` | OpenRTB 2.x bid request |
40- | ` POST /e/dtb/bid ` | APS TAM bid request |
41- | ` GET /static/creatives/{size}.html ` | Creative wrapper |
42- | ` GET /_/sizes ` | Supported sizes with pricing |
37+ | Path | Description |
38+ | ----------------------------------- | ---------------------------- |
39+ | ` POST /openrtb2/auction ` | OpenRTB 2.x bid request |
40+ | ` POST /e/dtb/bid ` | APS TAM bid request |
41+ | ` GET /static/creatives/{size}.html ` | Creative wrapper |
42+ | ` GET /_/sizes ` | Supported sizes with pricing |
4343
4444See the [ full API reference] ( https://stackpop.github.io/mocktioneer/api/ ) for all endpoints.
4545
@@ -49,7 +49,7 @@ See the [full API reference](https://stackpop.github.io/mocktioneer/api/) for al
4949cargo test # Run tests
5050cargo run -p mocktioneer-adapter-axum # Local server (Axum) on :8787
5151edgezero-cli serve --adapter cloudflare # Local server (Cloudflare) on :8787
52- edgezero-cli serve --adapter fastly # Local server (Cloudflare ) on :7676
52+ edgezero-cli serve --adapter fastly # Local server (Fastly ) on :7676
5353```
5454
5555## License
You can’t perform that action at this time.
0 commit comments