You are here

restclient.info in RESTClient 7.2

; Enables REST based interfaces between Drupal and remote services

name = REST Client
description = Enables a standard REST API to connect to RESTful services
core = 7.x
package = Web Services

suggests[] = chr
suggests[] = oauth2_client
suggests[] = hybridauth

; Files
files[] = restclient.test
files[] = restclient.wsconnector.inc

; Configuration page
configure = admin/config/services/restclient

File

restclient.info
View source
  1. ; Enables REST based interfaces between Drupal and remote services
  2. name = REST Client
  3. description = Enables a standard REST API to connect to RESTful services
  4. core = 7.x
  5. package = Web Services
  6. suggests[] = chr
  7. suggests[] = oauth2_client
  8. suggests[] = hybridauth
  9. ; Files
  10. files[] = restclient.test
  11. files[] = restclient.wsconnector.inc
  12. ; Configuration page
  13. configure = admin/config/services/restclient