crystal-community / crystal-libraries-needed

A list of libraries that are needed or wanted for the Crystal-Language
141 stars 4 forks source link

a url manipulation library like addressable #20

Open johnjansen opened 7 years ago

johnjansen commented 7 years ago

mainly for the Join, https://rubygems.org/gems/addressable

nanobowers commented 2 years ago

@johnjansen
Between https://github.com/nanobowers/uri_template and the URI support in the stdlib, is this covered now?

gxfr commented 2 years ago

I have a URL parser here: https://github.com/crystal-libs/cup

It was a simple project to kind of get me started learning Crystal. I can work on turning it into a URL manipulation lib if needed.

nanobowers commented 2 years ago

@trollmao I'm learning Crystal too, and wrote the uri_template shard to hopefully improve my skills and also to learn about RFC6570, etc.

There's also https://github.com/johnjansen/crystal-uri-extensions from the original poster @johnjansen

Perhaps all of the above want to be rolled into one shard? Or maybe they want to be separate? Or a shard that wraps them all with dependencies?

gxfr commented 2 years ago

Perhaps all of the above want to be rolled into one shard?

I'm all for combining them into one shard.