friendica/src/Module/Api/Twitter
Philipp Holzer 8bdd90066f
Make BaseModule a real entity
- Add all dependencies, necessary to run the content (baseUrl, Arguments)
- Encapsulate all POST/GET/DELETE/PATCH/PUT methods as protected methods inside the BaseModule
- Return Module content ONLY per `BaseModule::run()` (including the Hook logic there as well)
2021-11-27 12:40:36 +01:00
..
Account Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Blocks Code standards 2021-11-26 21:54:25 +00:00
Followers Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Friends Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Friendships Standards 2021-11-26 21:57:18 +00:00
Lists Coding standards 2021-11-25 11:28:56 +00:00
Search Coding standards 2021-11-25 11:31:01 +00:00
Statuses API: Fix profile_url handling / missing constant 2021-11-26 07:55:02 +00:00
Users Unneeded "use" removed 2021-11-26 07:56:54 +00:00
ContactEndpoint.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00
Favorites.php API: Fix profile_url handling / missing constant 2021-11-26 07:55:02 +00:00
SavedSearches.php Make BaseModule a real entity 2021-11-27 12:40:36 +01:00