0
How to use php api in c#
Im not even sure if this is possible, but im working on a visual studio app and i have no clue whatsoever on how to implement this php api. (Ex: https://api.example.xyz/?key=Example&host=Example)
2 Respuestas
+ 4
I don't know what do you mean by php API.
If you are asking for how to work on web api with C#
I think asp can do your work.
Check this out. Great explaination
https://dzone.com/articles/backend-web-api-with-c-step-by-step-tutorial
+ 1
If you are talking about C# client post request to any web api (could be from php api or other web services)
Test out this code
https://code.sololearn.com/c28LAp92OJQ5/?ref=app
More methods please check this link https://stackoverflow.com/questions/4015324/how-to-make-http-post-web-request