I want to make an post apex request. The info i have is post endpoint and post body, I have successfully make the chatter api hits for our community but i don't know how to make an apex request.
In this request also like all other, we have to connect with the community? Also i go through some links like :
which shows the post apex request but here also, how can i get(import) HTTPGET class in my android project ? I tried to call but it in suggestion i cant see any HTTPGET of salesforce/apex i can see the class only of apache.
Please let me know where i am doing wrong ?