You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
BalaRaju Vankala wrote in post #1177929:
> Hello All,
>
>
> I am using rest api for one of my projects, I am using httparty gem.
>
> $ curl --data-binary @mytickets.pdf "
> https://brokerapi.ticketcity.com/orders/{SALEID}/uploadticket?api={APIKEY}"
>
> I don't know how to call above link in the httparty gem.
>
> Could you please explain how to implement.
>
>
>
> --