MentDB, The digital brain.  Download About me Home
Back / All functions / REST
rest httprest https

rest http <method> <beginUrl> <endUrl>

Description
    To execute a REST request with HTTP protocol
Parameters
    method:   The method (GET|POST|PUT|DELETE|PATCH) - string - required
    beginUrl:   The begin url - string - required
    endUrl:   The end url - string - required
admin
rest http GET "http://graph.facebook.com/me" "fields=id,email,name&access_token=EAACEdEose0cBALRnJhRA79cZCa8BVS0VdYgyXvzUl9D4de6Io8DhmJqYQ5zM0gEryZBtuhDCK1jf0Lz0nz6kHENKVirwhz27Be0WOH0gZBArZC8HjIrzdguliRxrTkd4PxMm4ZCL8CwzCvvgvHLgZAjUKwR38V3fwPpBZC9CjD2ndW6dy2bX0ZAI"
mentdb
Emotion peur created with successful.

rest https <method> <beginUrl> <endUrl>

Description
    To execute a REST request with HTTPS protocol
Parameters
    method:   The method (GET|POST|PUT|DELETE|PATCH) - string - required
    beginUrl:   The begin url - string - required
    endUrl:   The end url - string - required
admin
rest https GET "https://graph.facebook.com/me" "fields=id,email,name&access_token=EAACEdEose0cBALRnJhRA79cZCa8BVS0VdYgyXvzUl9D4de6Io8DhmJqYQ5zM0gEryZBtuhDCK1jf0Lz0nz6kHENKVirwhz27Be0WOH0gZBArZC8HjIrzdguliRxrTkd4PxMm4ZCL8CwzCvvgvHLgZAjUKwR38V3fwPpBZC9CjD2ndW6dy2bX0ZAI"
mentdb
Emotion peur created with successful.




© 2012-2017 - Jimmitry Payet.