Skip to content

Commit 4ea9b50

Browse files
committed
Remove sneaky nbsps
1 parent cd25e81 commit 4ea9b50

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

priv/posts/2026/05-17-bunnyx-bunny-net-elixir.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,21 @@ end
7272

7373
**Main API (`Bunnyx.new/1`)**
7474

75-
- **CDN**: `PullZone` (CRUD, hostnames, SSL, edge rules, referrers, IP blocking, statistics)
76-
- **DNS**: `DnsZone` (CRUD, DNSSEC, export/import, statistics), `DnsRecord` (add, update, delete)
77-
- **Storage management**: `StorageZone` (CRUD, statistics, password reset)
78-
- **Video libraries**: `VideoLibrary` (CRUD, API keys, watermarks, referrers, DRM stats)
79-
- **Cache**: `Purge` (URL and pull zone purging)
80-
- **Security**: `Shield` (zones, WAF rules, rate limiting, access lists, bot detection, metrics, API Guardian)
81-
- **Compute**: `EdgeScript` (scripts, code, releases, secrets, variables), `MagicContainers` (apps, registries, containers, endpoints, volumes)
82-
- **Account**: `Billing` (details, summary, invoices), `Account` (affiliate, audit log, search), `ApiKey`, `Logging` (CDN + origin logs)
83-
- **Reference**: `Statistics` (global), `Country`, `Region`
75+
- **CDN**: `PullZone` (CRUD, hostnames, SSL, edge rules, referrers, IP blocking, statistics)
76+
- **DNS**: `DnsZone` (CRUD, DNSSEC, export/import, statistics), `DnsRecord` (add, update, delete)
77+
- **Storage management**: `StorageZone` (CRUD, statistics, password reset)
78+
- **Video libraries**: `VideoLibrary` (CRUD, API keys, watermarks, referrers, DRM stats)
79+
- **Cache**: `Purge` (URL and pull zone purging)
80+
- **Security**: `Shield` (zones, WAF rules, rate limiting, access lists, bot detection, metrics, API Guardian)
81+
- **Compute**: `EdgeScript` (scripts, code, releases, secrets, variables), `MagicContainers` (apps, registries, containers, endpoints, volumes)
82+
- **Account**: `Billing` (details, summary, invoices), `Account` (affiliate, audit log, search), `ApiKey`, `Logging` (CDN + origin logs)
83+
- **Reference**: `Statistics` (global), `Country`, `Region`
8484

8585
**Separate clients**
8686

87-
- **Edge storage** (`Bunnyx.Storage`): upload, download, delete, list files
88-
- **S3** (`Bunnyx.S3`): PUT, GET, DELETE, HEAD, COPY, ListObjectsV2, multipart uploads
89-
- **Stream** (`Bunnyx.Stream`): video CRUD, upload, fetch, collections, captions, thumbnails, re-encode, transcription, smart actions, analytics, oEmbed
87+
- **Edge storage** (`Bunnyx.Storage`): upload, download, delete, list files
88+
- **S3** (`Bunnyx.S3`): PUT, GET, DELETE, HEAD, COPY, ListObjectsV2, multipart uploads
89+
- **Stream** (`Bunnyx.Stream`): video CRUD, upload, fetch, collections, captions, thumbnails, re-encode, transcription, smart actions, analytics, oEmbed
9090

9191
# What next
9292

0 commit comments

Comments
 (0)