Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polyvariant/caliban-gitlab
Scala project providing Gitlab GraphQL model using Caliban
https://github.com/polyvariant/caliban-gitlab
caliban gitlab graphql scala
Last synced: 25 days ago
JSON representation
Scala project providing Gitlab GraphQL model using Caliban
- Host: GitHub
- URL: https://github.com/polyvariant/caliban-gitlab
- Owner: polyvariant
- License: other
- Created: 2020-08-11T00:21:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T02:02:29.000Z (3 months ago)
- Last Synced: 2024-09-30T03:05:33.080Z (about 1 month ago)
- Topics: caliban, gitlab, graphql, scala
- Language: Scala
- Homepage:
- Size: 602 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# caliban-gitlab
Caliban-generated client for Gitlab's GraphQL API, for Scala.
## Use
sbt dependency:
```scala
"com.kubukoz" %% "caliban-gitlab" % version
```For calling queries/mutations, consult [Caliban's documentation](https://ghostdogpr.github.io/caliban).
## Development
`sbt codegen` - generates sources
`sbt githubWorkflowGenerate` - generates the github actions
## Publishing
If you really need to publish from localhost:
- `+publishSigned`
- `sonatypeBundleRelease`