koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
356 stars 67 forks source link

Ruby - NameError: uninitialized constant SteamCondenser::Community::WebApi #282

Closed bfosberry closed 8 years ago

bfosberry commented 8 years ago

2.2.3 :014 > SteamCondenser::Community::WebApi NameError: uninitialized constant SteamCondenser::Community::WebApi

I think its an import visibility issue, I need to set my steam api key

bfosberry commented 8 years ago

basing from git repo works, can you update the gem pls?

koraktor commented 8 years ago

The namespaced code hasn't released as a gem, yet. Maybe you build and installed his yourself?

bfosberry commented 8 years ago

Unsure what you mean. Let me simplify this down to my problem

Using the gem how do I set the api_key?

koraktor commented 8 years ago

Ah that's the problem. Just use WebApi without the namespaces.