Skip to main content
Glama
__init__.py514 B
""" Gallica BnF API Package ---------------------- This package provides tools to search and retrieve information from the Gallica digital library of the Bibliothèque nationale de France (BnF) using their SRU API. """ from .api import GallicaAPI from .search import SearchAPI from .config import DEFAULT_MAX_RECORDS, DEFAULT_START_RECORD, BNF_SRU_URL, DOCUMENT_TYPES __all__ = [ 'GallicaAPI', 'SearchAPI', 'DEFAULT_MAX_RECORDS', 'DEFAULT_START_RECORD', 'BNF_SRU_URL', 'DOCUMENT_TYPES' ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kryzo/mcp-bibliotheque_nationale_de_France'

If you have feedback or need assistance with the MCP directory API, please join our Discord server