2017-04-21 3 views
0

MX API를 사용하여 curl 명령을 PHP로 변환하고 싶습니다. 다음과 같이 명령은 다음과 같습니다 어떤 도움은 매우curl 명령을 PHP로 변환

을 감상 할 수있다

curl -i -X GET 'https://vestibule.mx.com/institutions' \ 
-H 'Accept: application/vnd.mx.atrium.v1+json' \ 
-H 'MX-API-Key: de9f1ed2-6332-ff80-0493-11ea9952cfb3' \ 
-H 'MX-Client-ID: c3d38602-3a95-401f-9116-8fcedfa87dfd' 

+1

개인 키와 id를 자리 표시 자로 바꾸십시오! – Obenland

답변