Skip to content

ToghrulMirzayev/lynx-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lynx Flow

Lynx Flow is a streamlined and straightforward API requests library for building method call sequences. Simplify your code with clear and concise constructs using Lynx Flow.

Lynx Flow logo

Getting started

  • Install lynx-flow

    pip install lynx-flow
    
  • Import Lynx class to start

    from lynx_flow.lynx import Lynx
  • Build your request in single, clear and readable flow

    Lynx().get().with_url(URL).with_headers(HEADERS).where().json().tobe().equal("The service is up and running")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages