3

I was going through the IntelliJ IDEA Plugins where I found this RESTfull Web service testing client

Testing RESTful Web Services

But I could not get it listed in the Plugin directory of Android Studio. Could you please guide me how to add it to the Android Studio.

Tried searching it with this command Ctrl+Shift+A But could not find it.

I am pointing to the RESTClient which is being mentioned in this video @ 44:25

Vinayak Bevinakatti
  • 40,205
  • 25
  • 108
  • 139

1 Answers1

1

Nevermind.

I found it here IntelliJ RESTClient.

Vinayak Bevinakatti
  • 40,205
  • 25
  • 108
  • 139
  • I am getting a "RESTClient threw an uncaught NoClassDefFoundError" error in my Android Studio (1.5). Were you able to install it successfully? – ARK Mar 22 '16 at 17:34
  • It doesn't seem to work with the IntelliJ 2016.2. Did you ever find the IntelliJ built-in REST Client? I can't seem to find it but I can find documentation for it. Maybe you found a good alternative? – mfulton26 Sep 08 '16 at 15:56
  • Incompatible for anroid studio 2.2.2 – Fang Dec 06 '16 at 02:09