Jump to Content
Humanity HVII Public APIHomeGuidesAPI Reference
HomeGuidesAPI ReferenceDiscussions
HomeGuidesAPI ReferenceLog InHumanity HVII Public API
Discussions
Log In
Data API - Broken SDK links

Discussions

Ask a Question
Back to all

Data API - Broken SDK links

7 years ago by Eduardo Reyes

All links in Data API SDKs page are broken and return a "404 Page Not Found" status message:

PHP: https://platform.humanity.com/docs/php-sdk
Javascript: https://platform.humanity.com/docs/javascript-sdk
Python: https://platform.humanity.com/docs/python-sdk/
C#: https://platform.humanity.com/docs/c-sdk
ASP.Net: https://platform.humanity.com/docs/aspnet-sdk

The base URL https://platform.humanity.com/docs/ of those links should be changed to https://platform.humanity.com/v1.0/docs/ so the correct links are:

PHP: https://platform.humanity.com/v1.0/docs/php-sdk
Javascript: https://platform.humanity.com/v1.0/docs/javascript-sdk
Python: https://platform.humanity.com/v1.0/docs/python-sdk/
C#: https://platform.humanity.com/v1.0/docs/c-sdk
ASP.Net: https://platform.humanity.com/v1.0/docs/aspnet-sdk

Although they could simply point to the real links on Github:

PHP: https://github.com/shiftplanning/php-sdk
Javascript: https://github.com/shiftplanning/javascript-sdk
Python: https://github.com/shiftplanning/python-sdk/
C# (name changed from c-sdk to cs-sdk): https://github.com/shiftplanning/cs-sdk
ASP.Net (name changed from aspnet-sdk to asp-sdk): https://github.com/shiftplanning/asp-sdk