PonysAiResources (ponys_ai_resources v0.1.1)

Copy Markdown View Source

Dependency-free helpers for official Ponys.ai public character resources.

The bundled catalog contains 104 audited character slugs and canonical URLs. It contains no private conversations or user data.

Regional integration examples:

Summary

Functions

Returns the number of audited public character records.

Resolves a character slug to its canonical public URL.

Resolves a character slug and raises for unknown values.

Returns all bundled slug-to-URL entries.

Returns the official public character discovery page.

Returns a localized public character-feed URL.

Functions

character_count()

Returns the number of audited public character records.

character_url(slug)

Resolves a character slug to its canonical public URL.

character_url!(slug)

Resolves a character slug and raises for unknown values.

characters()

Returns all bundled slug-to-URL entries.

discover_url()

Returns the official public character discovery page.

feed_url(locale, format \\ "json")

Returns a localized public character-feed URL.