Fast-android-networking: specify method programatically

Created on 13 Jul 2017  路  2Comments  路  Source: amitshekhariitbhu/Fast-Android-Networking

Is there a way to specify the method programatically, instead of calling the get/put/post/delete methods explicitly?

AndroidNetworking.request(url)
.setRequestMethod("GET")

Such a feature would make the library much more re-usable.

enhancement

Most helpful comment

@paulg446 This is not present in current version, I will add this feature in new version.

All 2 comments

@paulg446 This is not present in current version, I will add this feature in new version.

Added support for this in the new release.
Check here.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ExploiTR picture ExploiTR  路  7Comments

rezasadeghi93 picture rezasadeghi93  路  8Comments

amervelic picture amervelic  路  4Comments

AymanAbouzeid picture AymanAbouzeid  路  4Comments

Ali-Khazaee picture Ali-Khazaee  路  5Comments