SuperOfficeDocs / feedback

Contains feedback issues created by the community. Feedback issues are created by readers who click the feedback button on content pages in the docs.superoffice.com website.
MIT License
2 stars 0 forks source link

Feedback for Introduction to SuperOffice APIs #48

Closed jbergens closed 2 years ago

jbergens commented 2 years ago

Is the documentation for the old api's available somewhere?

We would like to see any api for version 8.


Document Details

Do not edit this section. It is required for docs.superOffice.com ➟ Docs Team processing.

SuperOfficeDevNet commented 2 years ago

The closest thing to versioned API's are the SOAP API's. The NuGet package SuperOffice.NetServer.Services uses these endpoints. While the client proxies versioning strategy did align with SuperOffice releases, the underlying API's - dependencies on services versions, did not. For example, SuperOffice 8, had compatibility with services83.

image

There is very little different between what you would find in services84 compared to services83, so I would recommend you give the versioned SOAP docs a peek.

Hope this helped.