Giter Club home page Giter Club logo

Comments (8)

DoumanAsh avatar DoumanAsh commented on August 21, 2024 1

Yes, ideally it would be the best to convert to http::Request but it requires you specialize it with Body, which may not be always desirable.
So I'm not sure yet how to handle it.

If I'm understanding this correctly, we just need to make the Pixiv component optional

Yes, it would imply that user would use request builder, then somehow create request for his library of choice.
I'm inclined to use http primitives in PixivRequest so that user could use them to generate request himself, instead of library providing it for him since as I mentioned http::Request is generic

Would you like to work on it and propose another pull request for it?

Yes, since I'd like to use library instead of writing all the code myself, I'm planning to work on it.
As I don't use reqwest and my own library

Another concern I should share is that I'm blissfully unaware of how the versioning would change given a rather dramatic library redesign.

In Rust world the basic rules are:

  • Before 1.0.0: 0.x.y - x is incremented on breaking changes
  • After 1.0.0: a.x.y - a is incremented on breaking changes

from rustpixiv.

DoumanAsh avatar DoumanAsh commented on August 21, 2024 1

Yeah, let's go with it I guess.
It would be easier to convert components of http request to actual request for library as most of them rely on http

from rustpixiv.

fairingrey avatar fairingrey commented on August 21, 2024

That makes sense! I didn't think of it that way when I first made this crate. (Honestly I just wanted something to work with while creating a chatbot, so I just searched whatever was the most convenient HTTP client library to use, and reqwest popped up)

If I'm understanding this correctly, we just need to make the Pixiv component optional (and that would probably use reqwest by itself), but PixivRequest would be able to generate or convert itself to a http response object (this, I'm assuming) if users wanted to use their own http client, right? (Whether that be reqwest, hyper, or something else.) Hopefully I'm in the same vein of understanding here.

Would you like to work on it and propose another pull request for it? I'd be willing to try and help, though I haven't touched Rust in a while and I'm a little unfamiliar with how site-specific, unofficial API libraries should actually be designed in practice here.

Another concern I should share is that I'm blissfully unaware of how the versioning would change given a rather dramatic library redesign. Though perhaps you may know more about that than I do, so do let me know if at all possible!

from rustpixiv.

fairingrey avatar fairingrey commented on August 21, 2024

Yeah, I don't think we ever use the body in any of the requests made here. I don't know if it would cause a problem, but I could try playing around with it, see what's valid or not.

I gotcha. Looking forward to it! And I'll have to check out yukikaze, it seems interesting!

from rustpixiv.

DoumanAsh avatar DoumanAsh commented on August 21, 2024

Could you please re-open issue? 😄

from rustpixiv.

fairingrey avatar fairingrey commented on August 21, 2024

Whoops, my bad. There you go.

from rustpixiv.

DoumanAsh avatar DoumanAsh commented on August 21, 2024

As for current issue.
When pixiv builds request it stores url where to send it
And as of now it uses request::Url with that we have two options:

  1. Store it as String and convert in client
  2. Use common http library and its Uri struct to represent address. As of now reqwest client would still require conversion

from rustpixiv.

fairingrey avatar fairingrey commented on August 21, 2024

I think I'd like doing it the second way more. It seems like a more idiomatic design, I think.

from rustpixiv.

Related Issues (5)

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.