glitxt / glitxt.api

The api.glitxt.com server
api.glitxt.com
0 stars 0 forks source link

Restify #1

Closed paulvollmer closed 10 years ago

cpietsch commented 10 years ago

great work !

paulvollmer commented 10 years ago
http://api.glitxt.com/encode?text=disco-catty&source=31.media.tumblr.com/e0c61e5f5888ba91a50c1694c2fa2607/tumblr_mhx182Icr21rf9vt4o1_500.gif

===

or total glitchy disco-catty...

cpietsch commented 10 years ago

http://api.glitxt.com/encode?text=31.media.tumblr.com/e0c61e5f5888ba91a50c1694c2fa2607/tumblr_mhx182Icr21rf9vt4o1_500.gif&source=31.media.tumblr.com/e0c61e5f5888ba91a50c1694c2fa2607/tumblr_mhx182Icr21rf9vt4o1_500.gif

paulvollmer commented 10 years ago

cat into cat?

paulvollmer commented 10 years ago

images works also... http://api.glitxt.com/encode?text=hello-world&source=www.architekten24.de/mediadb/news/11186/index.jpg

cpietsch commented 10 years ago

hab grade bei http://api.glitxt.com/encode?text=hello-world&source=http://static07.kaufda.de/Geschaefte/Mc-Donalds.v1111.pngn nen Application Error bekommen

geht https ?

paulvollmer commented 10 years ago

hab n problem damit http:// in den request rein zu bekommen. der parst automatisch die slashes weg. dann kommt nutnoch http:/ an... da muss man nochmal schauen wie man damit umgeht...

aber ja https sollte gehen wenn der bug behoben ist

paulvollmer commented 10 years ago

ich check mal die logs...

paulvollmer commented 10 years ago

so muss momentan der request aussehen...

http://api.glitxt.com/encode?text=hello-world&source=static07.kaufda.de/Geschaefte/Mc-Donalds.v1111.png

paulvollmer commented 10 years ago

hier ist die stelle mit dem http...

https://github.com/glitxt/glitxt.api/blob/master/routes/encode.js#L23