reddift icon indicating copy to clipboard operation
reddift copied to clipboard

Swift Reddit API Wrapper

Results 7 reddift issues
Sort by recently updated
recently updated
newest added

I had an old project that depended on reddift - I'm trying to resurrect that project and reddift was not working with swift 5 and Xcode 11. This PR should...

Carthage failed to build. Seem to be missing "test_config.json" ** BUILD FAILED ** The following build commands failed: CpResource /.../Carthage/Checkouts/reddift/test/test_config.json /.../Library/Caches/org.carthage.CarthageKit/DerivedData/10.1_10B61/reddift/2.0.3/Build/Products/Release-iphonesimulator/reddift-iOSTests.xctest/test_config.json

Are you able to add tvOS support for reddift? I'm trying to implement Oauth in my reddit-based tvOS application to allow Login with Reddit, and then access the user's subreddits....

The method does not work without the added .json at the end: > Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments...

#### Comment Can not attach parameters when putting. It succeeded when I put vacant JSON object, but it failed when the specified JSON object such as `{ "name": A valid,...

subreddits
investigate

#### Comment PREFS_VALIDATORS does not work...? [code](https://github.com/reddit/reddit/blob/master/r2/r2/controllers/apiv1/user.py#L127) #### Response ``` code = 400 {"fields": ["json"], "explanation": "unable to parse JSON data", "reason": "JSON_PARSE_ERROR"} ``` #### Curl ``` curl --header "Authorization:...

bug
account