You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arn-the-long-beard
changed the title
Create a universal client for facebook & Insta Api
Create a universal client for facebook & Insta Apis
Nov 10, 2021
arn-the-long-beard
changed the title
Create a universal client for facebook & Insta Apis
Create a universal client for facebook crate
Nov 10, 2021
Overview of feature 📝
Which problem is the feature or enhancement solving❓
Having a universal client with the use of trait make easy to have our library used by other wasm frameworks.
Documentation & Help ℹ️
It has been done for arangors https://github.com/fMeow/arangors/blob/main/examples/custom_client.rs.
arangors use ClientExt trait inside its own code and the user decides to use Reqwest or something else with custom implementation if they want.
The text was updated successfully, but these errors were encountered: