forked from php-tmdb/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ad49a0
commit 04ecef8
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Overview of the current implementation status. | ||
============== | ||
|
||
The states for now defined as; | ||
|
||
- Done, stable? | ||
- Review, requires another review before we can mark it as done. | ||
- Partially done, means there are methods and / or classes missing and is intentional. | ||
- Todo, requires everything still to be implemented. | ||
|
||
| API Namespace | Status | | ||
|------------------------|------------:| | ||
| Configuration | Done | | ||
| Account | **TODO** | | ||
| Authentication | **TODO** | | ||
| Certifications | Review | | ||
| Changes | Done | | ||
| Collections | Review | | ||
| Companies | Review | | ||
| Credits | Review | | ||
| Discover | Review | | ||
| Find | Review | | ||
| Genres | Review | | ||
| Jobs | Done | | ||
| Keywords | Review | | ||
| Lists | Partially Done * | | ||
| Movies | Partially Done * | | ||
| Networks | Review | | ||
| People | Review | | ||
| Reviews | Review | | ||
| Search | Review | | ||
| TV | Review | | ||
| TV Seasons | Review | | ||
| TV Episodes | Review | | ||
|
||
__* Currently the account related functions are missing from these sections.__ |