Metadata-Version: 2.1
Name: ayomide_sdk
Version: 0.0.1
Summary: This is a simple Python library to
Home-page: https://github.com/alsaheem/ayomide_sdk
Author: Ayomide Adebisi
Author-email: adebisiayomide07@gmail.com
Project-URL: Bug Tracker, https://github.com/alsaheem/ayomide_sdk/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

from ayomide_sdk.rest import Client
client = Client(version="v2", api_key="ltLgmBHmMRdwJkE0zWFm")
client.quote.get()
client.movie.get()
client.movie.get(params={'id':"5cd95395de30eff6ebccde57"})

https://the-one-api.dev/v2/movie/5cd95395de30eff6ebccde5d/quote?

client.movie.get(params={'id':'5cd95395de30eff6ebccde5d','subquery':'quote'},filters={"limit":"100","page":"2"})
