asp.net web api - Using Azure Mobile Services client SDK with non azure hosted custom API -
i'm new azure mobile services may stupid question, of working client sdk offline sync framework. (i haven't seen other offline client sync frameworks in c# work xamarin)
but unfortunately not building api , instead i'm working against existing web api cannot changed or moved azure hosting.
is scenario possible , has got working? if so, there standards api need conform (above standard asp.net web api correct http verbs)
right now, client sdk hard coded make calls <mobile service url>/table/, etc. team looking @ options of letting client sdk consume other endpoints, awhile yet.
you possibly using httphandler, , changing outgoing http request url. (ie. /table/tablename , redirect custom path) pretty messy @ point.
its possible wrap call api within mobile services sdk well. cleaner above, drawback of adding middle man. if shape incompatible required offline, easier tweak expected format.
Comments
Post a Comment