GithubHelp home page GithubHelp logo

gca3020 / gaboardgamegeek Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 5.0 226 KB

BoardGameGeek XMLAPI2 Swift Framework for interacting with games and collections on BGG

License: MIT License

Swift 98.84% Ruby 1.16%

gaboardgamegeek's People

Contributors

airtoxin avatar gca3020 avatar toobiz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gaboardgamegeek's Issues

SWXMLHash / Xcode 9

Hi there,

with the recent version of SWXMLHash it doesn't work anymore.
GABoardGameGeek has a dependency to SWXMLHash and requires 3.0.0 (SWXMLHash ~> '3.0.0').
But the recent version of SWXMLHash is 4.0.0.
So could you update the repo so that its supporting SWXMLHash 4.0.0?

Thanks!

Update to latest Alamofire and SWXMLHash

First, thanks for the library, I've been using it for a while and it's great!

The problem is that it is outdated, I managed to make it work on my old iMac modifying the pod file to get older versions of Alamofire and WSXMLHash. But now I'm working with a new Mini, new OSX, new Swift, the hassle was getting to big.
I'm not a programmer, not by a long stretch, but I managed to hunt down the problems, and everything falls in place with just 4 edits in one file. Problem is, I can barely manage git repositories on my own, I have no idea how to show my changes to others (pull requests???), so I'll go old school (stone age old school).

the file is ApiAdapter.swift
line 69 -> AF.request(baseUrl, parameters: params)
line 74 -> case .success(let value):
line 79 -> closure(.success(value))
line 106 -> let xmlIndexer = XMLHash.parse(xml)

(please, don't tell anybody on stack overflow about this, I already have a super noob reputation :) )

The above changes get rid of the errors, and the library seems to work. There are a few warnings on the Deployment Targets and Swift 5, I managed tot week those manually in Xcode, and have no idea where to look for those in the code.

Can you please (please, please, please, please) find the time to update the master branch?

Convert URL string constants to Enumerations

Swift enumerations support assigning string constants to their cases. Rather than declaring a bunch of let constants for the URL base addresses, it will allow stronger type checking to pass them as enumerations.

Error on search with multiple words

Thanks for the API!

I have two errors when I do a search with several words:
"7 wonders" or "Pandemic legacy", I have no results when I print searchResults... With just "wonders" it's working.
And when I type just a number I have no results too :/

Enhance BggError.connectionError to add details

With the AlamoFire update changing the error handling, the error details are no longer passed through the connectionError enum. It would be nice to add some details, or perhaps just wrap around the entire AFError to include it, so the user could display a valid error message when something is wrong with the network.

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.