Coder Social home page Coder Social logo

Comments (4)

ishkawa avatar ishkawa commented on August 26, 2024

Are you using Himotoki 2.0 or later? As the error messages indicates, Decodable.DecodedType is removed in the 2.0.
https://github.com/ikesyo/Himotoki/blob/204e79dcef75595cb0a1cec4a53a82e6fdaf9e40/Sources/Decodable.swift#L9-L12

Thus, we can omit Self.Response == Self.Response.DecodedType in the type constraint as below:

extension ExampleRequest where Self.Response: Decodable {
    func responseFromObject(object: AnyObject, URLResponse: NSHTTPURLResponse) -> Self.Response? {
        return try? decode(object)
    }
}

from apikit.

takashi avatar takashi commented on August 26, 2024

@ishkawa
yep, I'm using Himotoki, and I havent noticed Decodable.DecodedType has been removed...
thank you for showing me an example.

And can I send pull request to change README to change code? I think not a less people using Himotoki and APIKit affects this change on Himotoki.

from apikit.

ishkawa avatar ishkawa commented on August 26, 2024

Yes, any patches are welcome!

from apikit.

takashi avatar takashi commented on August 26, 2024

@ishkawa thx, I've sent a small pull request #152

thanks for solving an question! you save my day.

from apikit.

Related Issues (20)

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.