Closed arpy8 closed 3 months ago
Hi @nikhil25803 , thanks for pointing this out. There must be some exception that's getting triggered, could you please switch the return type to print the exception so that I can see what's happening exactly. Unfortunately I won't be able to replicate the case since the code is getting executed successfully in my env.
from scrape_up.omdena import Omdena
omdena = Omdena()
projects = omdena.get_projects()
print(projects)
Description
I've added the
Omdena
class which has three methods:get_datasets()
,get_projects()
, andget_blogs()
. These methods allow users to retrieve information about datasets, ongoing projects, and latest blogs from Omdena.Resolves: #1099
Checklist
Screenshots
class:
working example:
Additional Notes/Comments
I've also upated the
dev-documentation
and have addedomdena.md
in docs/modulesI certify that I have carried out the relevant checks and provided the requisite screenshot for validation by submitting this pull request. I appreciate your contribution.