https://github.com/ornicar/haskell-prismic
Unofficial Haskell client for prismic.io
https://github.com/ornicar/haskell-prismic
Last synced: 2 months ago
JSON representation
Unofficial Haskell client for prismic.io
- Host: GitHub
- URL: https://github.com/ornicar/haskell-prismic
- Owner: ornicar
- Created: 2013-11-15T19:31:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-15T19:33:35.000Z (over 11 years ago)
- Last Synced: 2025-03-29T08:47:25.089Z (2 months ago)
- Language: Haskell
- Homepage: http://prismic.io
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Haskell development kit for prismic.io
Work in progress, nothing usable yet.
See the [API documentation](https://developers.prismic.io/documentation/UjBe8bGIJ3EKtgBZ/api-documentation).
### Licence
This software is licensed under the MIT license, quoted below.
```
The MIT licensePermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```