Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/busymachines-labs/busymachines-commons
Commons to help build HTTP web apps in a principled way
https://github.com/busymachines-labs/busymachines-commons
busymachines-commons json rest scala
Last synced: 3 months ago
JSON representation
Commons to help build HTTP web apps in a principled way
- Host: GitHub
- URL: https://github.com/busymachines-labs/busymachines-commons
- Owner: busymachines-labs
- License: apache-2.0
- Archived: true
- Created: 2013-06-09T13:36:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T07:18:30.000Z (about 5 years ago)
- Last Synced: 2024-09-26T01:12:29.823Z (4 months ago)
- Topics: busymachines-commons, json, rest, scala
- Language: Scala
- Homepage: https://busymachines.github.io/busymachines-commons/docs/
- Size: 5.71 MB
- Stars: 5
- Watchers: 15
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# busymachines-commons
[![Maven Central](https://img.shields.io/maven-central/v/com.busymachines/busymachines-commons-core_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.busymachines/busymachines-commons-core_2.12) [![Sonatype](https://img.shields.io/nexus/r/https/oss.sonatype.org/com.busymachines/busymachines-commons-core_2.12.svg)](https://oss.sonatype.org/#nexus-search;quick~busymachines-commons-core_2.12) [![Scala](https://img.shields.io/badge/scala-2.12-brightgreen.svg)](https://github.com/scala/scala/releases/tag/v2.12.5)
Light-weight, modular eco-system of libraries needed to build http web apps, built _primarily_ on top of the [typelevel.scala](https://github.com/typelevel) ecosystem.
Head over to the microsite for more information:
[http://busymachines.github.io/busymachines-commons/](http://busymachines.github.io/busymachines-commons/)## Version and language compatibility
Currently built against Scala `2.12`, and `2.13`.
Latest version of the library is `0.4.0`
## Copyright and License
All code is available to you under the Apache 2.0 license, available at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) and also in the [LICENSE](./LICENSE) file.
## Contributors
People who have contributed to the new version are:
* @lorandszakacs### History
This used to be the resting place of the `busymachines-commons` library that we used internally for various projects, it reached version `0.6.5`, but it fell into disrepair. If you require that library, by any chance, then check-out the `zz_deprecated/release-0.6.5` branch, and good luck from there. That bit will never be maintained again. And what you find resembles what was only by accident.
People who have created this history of 935 commits are (listed in order of commits):
* @rditerwich
* @paulsabou
* @mateialexandru
* @lorandszakacs
* @cristiboariu
* @adrianbumbas
* @nfazekas
* @advorkovyy
* @hipjim
* @mihaiSimu
* @scalastuffYou can use github API to get a list of contributors from a public project. At the time of writing you can use:
```
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET https://api.github.com/repos/busymachines/busymachines-commons/contributors > contributors.json
```