Frage

Working with the Success Factors OData API and encountering issues whenever the schema is modified.

For example this morning my code broke because a new column was added to provide new functionality. My code obviously wasn't using the new column but an exception was raised because it encountered an unexpected column.

How can I handle this gracefully once my code is in production?

War es hilfreich?

Lösung

I ended up using Simple.OData.Client to solve the problem as it's loosely coupled and has worked well.

Lizenziert unter: CC-BY-SA mit Zuschreibung
scroll top