google-code-export / zscreen

Automatically exported from code.google.com/p/zscreen
1 stars 0 forks source link

min.us support #477

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
During the last few months, min.us has been established as a new, feature-rich 
image hoster. It even has some C# API: 
https://github.com/Miners/MinusEngine/blob/master/MinusEngine/MinusApi.cs

So why not add it to ZScreen?

Original issue reported on code.google.com by Jens.K.L...@gmail.com on 12 Jul 2011 at 12:14

GoogleCodeExporter commented 9 years ago
I tried to add it long time ago but because documentation is terrible i can't 
manage to make it work, so i sent support email to them but they not replied 
and i continued to send email and still they don't care us...
Example in here 
https://github.com/Miners/MinusAPI/blob/master/REST_API.markdown they using api 
key but i can't find where to create api key for ZScreen? Also they don't even 
tell form name for upload. I not saw single file/image/text upload api which 
don't tell form name. Also many weird things in documentation. Example why we 
need to give filename as parameter. Multipart/form-data require filename for be 
able to upload data anyway. Also i can't see "create gallery" etc. in min.us 
homepage when i logged in.
So reason is why we not added it is because they ignoring us and their support 
is like joke.

Original comment by flexy...@gmail.com on 12 Jul 2011 at 12:27

GoogleCodeExporter commented 9 years ago
You can create a gallery by uploading pictures. They are put into a new 
gallery, and you can simply edit its name then ...

I couldn't find a requirement for any API key there?
"The API is open and no registration is required."

Original comment by Jens.K.L...@gmail.com on 12 Jul 2011 at 12:32

GoogleCodeExporter commented 9 years ago
Key parameter: 
"http://min.us/api/UploadItem?editor_id=dn48vKBiP3q9&key=OK&filename=min.png"

Also your suggested MinusApi.cs require it too:
public MinusApi(String apiKey)

Isn't "OK" is only example.

Original comment by flexy...@gmail.com on 12 Jul 2011 at 12:35

GoogleCodeExporter commented 9 years ago
According to other implementations, it is obsolete since February, see the 
commits here:
http://code.google.com/p/python-minus/updates/list

Original comment by Jens.K.L...@gmail.com on 12 Jul 2011 at 12:38

GoogleCodeExporter commented 9 years ago
http://zscreen.googlecode.com/svn-history/r2335/trunk/ZSS.UploadersLib/FileUploa
ders/Minus.cs

SignIn and CreateGallery working fine but UploadItem failing with "(500) 
Internal Server Error."
I'm not sure what is wrong.

Also first time i saw one uploader API using cookies for login info...

Original comment by flexy...@gmail.com on 13 Jul 2011 at 4:19

GoogleCodeExporter commented 9 years ago
Hmm, error 500 is definitely on their side, right?

Original comment by Jens.K.L...@gmail.com on 13 Jul 2011 at 4:31

GoogleCodeExporter commented 9 years ago
They have a new API by now:
http://blog.minus.com/2011/09/13/minus-api-v2/

Original comment by Jens.K.L...@gmail.com on 14 Sep 2011 at 11:39

GoogleCodeExporter commented 9 years ago
http://miners.github.com/MinusAPIv2/

Original comment by mcored on 16 Sep 2011 at 3:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2564.

Original comment by mcored on 19 Sep 2011 at 9:44