Releases: Sayad-Uddin-Tahsin/BBC-News-API
BBC News API & Wrapper Update
bbc-news - 1.0.2
Introducing the bbc-news
Python library, version 1.0.2!
Changes
- Added
Yoruba
language support - Updated README examples
Installation
You can install the updated bbc-news
library via pip:
python -m pip install -U bbc-news
bbc-news
requires Python 3.7 or later.
BBC News API - 2.4
API: Enhancements
- Bug Fixes
- Added
Yoruba
language support
What's Changed
- Fixed English endpoint's issue causing to return empty by @Sayad-Uddin-Tahsin in #16
- Added Yoruba language support by @Sayad-Uddin-Tahsin in #18
- Modified API Library according to latest changes by @Sayad-Uddin-Tahsin in #20
Full Changelog: v2.3...v2.4
BBC News API & Wrapper Update
bbc-news - 1.0.1
Introducing the bbc-news
Python library, version 1.0.1! This release marks a stable version of the library, providing developers with a convenient way to access the BBC News API.
Changes
- Added
User-Agent
on Request - Updated README
- Added Stats on README
Installation
You can install the updated bbc-news library via pip:
python -m pip install -U bbc-news
bbc-news
requires Python 3.7 or later.
BBC News API - 2.3
API: Enhancements
- Bug Fixes
- Updated README
- Added stats on README
Full Changelog: v2.2...v2.3
BBC News API & Wrapper Update
bbc-news - 1.0.0
Introducing the initial release of the bbc-news
Python library, version 1.0.0! This release marks the first stable version of the library, providing developers with a convenient way to access the BBC News API programmatically.
Installation
You can install the bbc-news library via pip:
python -m pip install bbc-news
bbc-news
requires Python 3.7 or later.
BBC News API - 2.2
API: New
- Added English Endpoint
API: Enhancements
- Bug Fixes
- Updated Documentation
Full Changelog: v2.1...v2.2
BBC News API v2.1
New Endpoint Formation: https://bbc-api.vercel.app/<type>?lang=<language>
Full Changelog: v2.0...v2.1
BBC News API v2.0
Introducing the new API endpoint: https://bbc-api.vercel.app
Enhancements
- Significantly decreased response time for improved performance.
- Bug Fixes
Full Changelog: https://github.com/Sayad-Uddin-Tahsin/BBC-News-API/commits/v2.0
BBC News API v1.5
BBC News API v1.5
In v1.5 we added 29 APIs according to BBC Language Services!
Language Added: Endpoints.md
API URL Formation: /{language}/{type}
Full Changelog: v1.1...v1.5