Bitcoin Forum
April 20, 2024, 02:46:09 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Searching JAVA-Coder for BTC  (Read 889 times)
ravenlord (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 16, 2011, 06:29:04 PM
 #1

Hi there,

As my time is currently limited, I'm looking for someone to solve one small problem in my software:

I need a Java-Method to Access MT-Gox API via POST-Requests. The interface looks like this:

public String performPOST(final String _url, final String _user, final String _pwd)
and the method should return the JSON, mtgox returns.
For example:
https://mtgox.com/code/getFunds.php
returns {"usds":XXXXXX,"btcs":XXXXXX}

No other method is required, the JSON is processed somewhere else.

Would be glad to get an offer and a solution Wink
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713581169
Hero Member
*
Offline Offline

Posts: 1713581169

View Profile Personal Message (Offline)

Ignore
1713581169
Reply with quote  #2

1713581169
Report to moderator
ravenlord (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 18, 2011, 06:03:22 PM
 #2

Nobody interessted??
vector76
Member
**
Offline Offline

Activity: 70
Merit: 18


View Profile
June 18, 2011, 06:07:41 PM
 #3

I have a solution that does what you're looking for.

http://lmgtfy.com/?q=java+post
ravenlord (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 19, 2011, 10:53:45 AM
 #4

Vector: Thanks a lot, I already have a POST Request working, but there seems to be some issue with the Post-Parameters...

elk-tamer
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
June 19, 2011, 01:41:05 PM
Last edit: June 19, 2011, 03:57:42 PM by elk-tamer
 #5

Vector: Thanks a lot, I already have a POST Request working, but there seems to be some issue with the Post-Parameters...


What sort of error are you seeing? Why not post it on here, get it solved for free and then others who have the same problem will be able to find the solution.

My wild guess would be that you're not encoding the strings you're posting, btw.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!