Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use http_build_query for query strings #1

Closed
shadowhand opened this issue Nov 16, 2015 · 1 comment
Closed

Use http_build_query for query strings #1

shadowhand opened this issue Nov 16, 2015 · 1 comment

Comments

@shadowhand
Copy link

This code should be using http_build_query.

@hajekj
Copy link
Member

hajekj commented Nov 16, 2015

I don't believe that this can be done due to the nature of Graph API using OData, especially in the case where pagination using odata.nextLink is used. The format of the link can be following: directoryObjects/$/Microsoft.WindowsAzure.ActiveDirectory.User?$skiptoken=X'44537074020001000000213A41646D696E34404772617068446972312E6F6E6D6963726F736F66742E636F6D29557365725F31353365353064662D653930382D343836652D383133622D306335646566313666323334B900000000000000000000' and I think that building the query (adding parameter api_version there) using http_build_query wouldn't do any good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants