You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto service_context = std::make_shared(U("http://services.odata.org/v4/TripPinServiceRW/"));
auto people = service_context->create_people_query()->execute_query().get();
Will generate the following url:
GET /v4/TripPinServiceRW/V4/(S(am3jnyd3krsyc5rk4hq3duye))/TripPinServiceRW/People?%24skiptoken=8 HTTP/1.1
The text was updated successfully, but these errors were encountered:
Will generate the following url:
The text was updated successfully, but these errors were encountered: