Code Monkey home page Code Monkey logo

gogapidocs's Issues

Server Denies Access

Hi,

When I try to make a get request for products, I get a connection refused error. How do I gain access to the API? Sorry for this noob question lol.

Ruby Script:

url = "embed.gog.com/games/ajax/filtered?mediaType=game"
res = HTTParty.get(url)
pRes = res.parsed_response

results = pRes["products"]

results.each { |g|

name = g["title"]
url = g["url"]

newGame = {:name => name, :url => url}

game = $games.insert_one(newGame)
puts "#{ name } Uploaded"
}

processComplete = true

  • Sorry I haven't figured out code snippets on this site

About prices

Does this docs contain information on how to obtain prices from products?

Found a way to get description

http://api.gog.com/products/1207659026?expand=description

This ?expand=description directive adds the description to the json. It does not require you to be logged in.

What I would really like is a way to get the system requirements as well.

Code example

Hi,

It would be nice to have an example code of auth flow, get token/refresh token...

Thanks!

Authentication doesn't appear to work anymore

Hi! I've been using these docs to build a library for working with the GOG API, but recently(I suspect it's related to the redesign), all my tests fail because GOG isn't letting me authenticate to get a token anymore. It returns an error about missing an expire date. I tried to get a new login code, but https://auth.gog.com/auth doesn't work any more for getting an authentication code. Do you know how to authenticate now? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.