Closed gbolly closed 6 years ago
Issues addressed with https://github.com/datadotworld/data.world-py/pull/90/commits/f00df3dbdcc09353827b18b58c056fbd509952a8
**kwargs
and the concept of body
should not leak from swagger auto-generated into data.world functionsimage_url
instead of imageUrl
)__build_dataset_obj
, __build_project_obj
and __build_insight_obj
linked_datasets
parameter was improperly implemented in wrapper functions for projectssource_link
and data_source_links
parameters were improperly implemented in wrapper functions for insightsreplace_project
was brokenadd_linked_dataset
was brokenlicense
field
@rflprr - This PR update the SDK with the new API endpoints for
Insights
,Projects
andUser
APIs forfetch_contributing_projects, fetch_liked_projects and fetch_projects
. It also updates the README file.