Releases: chauhannaman98/IMDb-API
Releases · chauhannaman98/IMDb-API
v0.2.1 Release
Changelog
[Released]
[v0.2.0] - 2020-11-12
Added:
- New fields added to Search by name:
major_work: Shows major work of career the celebrity's name you searched.occupation: Shows the occupation(actor, director, etc)
Removed:
- Removed obsolete imports including
datetime
v0.2.0 Releases
Changelog
[Released]
[v0.2.0] - 2020-11-06
Added:
- Restructured search API for searching name of celebrity and titles.
- Param
qfor value to be searched - Param
stypefor the type of search. Availablestypevalues are:name= search name of celebritytitle= search title of a TV show, movie, etc.
- Param
Fixed:
- Issue regarding the search services retaining values of the first value of
qafter a server restart is now resolved.
Initial Release
Initial development release. The public API SHOULD NOT be considered stable. Anything MAY change at any time.