Skip to content

Commit

Permalink
feat(impl): remove "Convenience methods" codes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Nov 1, 2024
1 parent ce57256 commit d02094a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion pages/best_practices/convenience_methods.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion pages/impl/fetching_links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For more information, check out the following references:

```
<Tip>
The quick dispatcher method `withIOContext` make development easier and faster. Check out [convenience methods for coroutines](/best_practices/convenience_methods#coroutines).
The quick dispatcher method `withIOContext` make development easier and faster. Check out [convenience methods for coroutines](https://flixclusiveorg.github.io/core-stubs/core-util/com.flixclusive.core.util.coroutines/index.html).
</Tip>
</Steps.Step>
<Steps.Step>
Expand Down
2 changes: 1 addition & 1 deletion pages/impl/fetching_metadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ In this section, TMDB API will be referenced as an example to complete the guide
.execute()
```
<Tip>
The extension function `client.request(...)` make development easier and faster. Check out [convenience methods for network](/best_practices/convenience_methods#network_calls).
The extension function `client.request(...)` make development easier and faster. Check out [convenience methods for OkHttp](https://flixclusiveorg.github.io/core-stubs/core-util/com.flixclusive.core.util.network.okhttp/index.html).
</Tip>
</Steps.Step>
<Steps.Step>
Expand Down
2 changes: 1 addition & 1 deletion pages/impl/searching_media.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ In this section, [TMDB's search API](https://developer.themoviedb.org/reference/
)
```
<Tip>
The two utility functions `client.request(...)` and `Response.fromJson<T>(...)` make development easier and faster. Check out [convenience methods for network](/best_practices/convenience_methods#network_calls).
The two utility functions `client.request(...)` and `Response.fromJson<T>(...)` make development easier and faster. Check out convenience methods for [OkHttp](https://flixclusiveorg.github.io/core-stubs/core-util/com.flixclusive.core.util.network.okhttp/index.html) and [JSON](https://flixclusiveorg.github.io/core-stubs/core-util/com.flixclusive.core.util.network.json/index.html).
</Tip>

</Steps.Step>
Expand Down
1 change: 0 additions & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default defineTheme({
link('Fetching media links', '/impl/fetching_links'),
]),
group('Best practices', [
link('Convenience methods', '/best_practices/convenience_methods'),
link('Coding style', '/best_practices/coding_style'),
link('Development preferences', '/best_practices/dev_prefs'),
]),
Expand Down

0 comments on commit d02094a

Please sign in to comment.