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)

4th Mar 2019, 4:24 AM
PAP1 CHU1O
PAP1 CHU1O - avatar
2 Réponses
+ 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
4th Mar 2019, 5:43 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 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
4th Mar 2019, 5:55 AM
Calviղ
Calviղ - avatar