The Wayback Machine - https://web.archive.org/web/20220409071305/https://github.com/topics/parameters
Skip to content
#

parameters

Here are 275 public repositories matching this topic...

mhbdev
mhbdev commented Apr 8, 2021

I have defined this route using Fluro. exchange/:pair

There is a problem! I want :pair to be optional. If client types https://host:port/exchange/BNB_BTC everything goes fine. but assume the user is looking for https://host:port/exchange and he confronts with 404 error cause there is no such route/path.

I mean something like exchange/{:pair}.

good first issue
maximlt
maximlt commented Jan 13, 2022

I'd like the docstrings of the public API methods and functions of Param to be improved which should improve:

  • the API reference page of the website
  • the user experience in a code editor

I'm opening this issue to report (later) ideas and findings. For now I would just like to note that Param doesn't seem to follow PEP257 and also doesn't follow a

doc good first issue

Schemas come to solve a simple problem. Sometimes we would like to have type-safe guarantee params when parsing HTTP parameters or Hash(String, String) for a request moreover; Schemas is to resolve precisely this problem with the added benefit of performing business rules validation to have the params adhere to a "business schema."
  • Updated Feb 27, 2022
  • Crystal

Improve this page

Add a description, image, and links to the parameters topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parameters topic, visit your repo's landing page and select "manage topics."

Learn more