mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
docs: Update to 2023
This commit is contained in:
parent
0e16de8e5a
commit
85577e2613
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2009-2022 Rick Olson, Zack Hobson
|
||||
Copyright (c) 2009-2023 Rick Olson, Zack Hobson
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
18
README.md
18
README.md
@ -4,7 +4,6 @@
|
||||
[](https://github.com/lostisland/faraday/actions?query=workflow%3ACI)
|
||||
[](https://github.com/lostisland/faraday/discussions)
|
||||
|
||||
|
||||
Faraday is an HTTP client library abstraction layer that provides a common interface over many
|
||||
adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle.
|
||||
You probably don't want to use Faraday directly in your project, as it will lack an actual client library to perform
|
||||
@ -42,14 +41,15 @@ Open the issues page and check for the `help wanted` label!
|
||||
But before you start coding, please read our [Contributing Guide][contributing]
|
||||
|
||||
## Copyright
|
||||
© 2009 - 2022, the [Faraday Team][faraday_team]. Website and branding design by [Elena Lo Piccolo](https://elelopic.design).
|
||||
|
||||
[awesome]: https://github.com/lostisland/awesome-faraday/#adapters
|
||||
[website]: https://lostisland.github.io/faraday
|
||||
© 2009 - 2023, the [Faraday Team][faraday_team]. Website and branding design by [Elena Lo Piccolo](https://elelopic.design).
|
||||
|
||||
[awesome]: https://github.com/lostisland/awesome-faraday/#adapters
|
||||
[website]: https://lostisland.github.io/faraday
|
||||
[faraday_team]: https://lostisland.github.io/faraday/team
|
||||
[contributing]: https://github.com/lostisland/faraday/blob/master/.github/CONTRIBUTING.md
|
||||
[apidoc]: https://www.rubydoc.info/github/lostisland/faraday
|
||||
[actions]: https://github.com/lostisland/faraday/actions
|
||||
[jruby]: http://jruby.org/
|
||||
[rubinius]: http://rubini.us/
|
||||
[license]: LICENSE.md
|
||||
[apidoc]: https://www.rubydoc.info/github/lostisland/faraday
|
||||
[actions]: https://github.com/lostisland/faraday/actions
|
||||
[jruby]: http://jruby.org/
|
||||
[rubinius]: http://rubini.us/
|
||||
[license]: LICENSE.md
|
||||
|
@ -11,7 +11,7 @@ theme_settings:
|
||||
# email: your-email@example.com
|
||||
description: >-
|
||||
Simple, but flexible HTTP client library, with support for multiple backends
|
||||
footer_text: "© 2009 - 2022, the <a class=\"body-link\" href=\"/faraday/team\">Faraday Team</a>. Website and branding design by <a href=\"https://elelopic.design\" target=\"_blank\">Elena Lo Piccolo</a>."
|
||||
footer_text: "© 2009 - 2023, the <a class=\"body-link\" href=\"/faraday/team\">Faraday Team</a>. Website and branding design by <a href=\"https://elelopic.design\" target=\"_blank\">Elena Lo Piccolo</a>."
|
||||
|
||||
# Icons
|
||||
github: 'lostisland/faraday'
|
||||
|
Loading…
x
Reference in New Issue
Block a user