Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`