Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oscaro/clj-gcloud-common

Common library for all Google Cloud Clojure wrappers
https://github.com/oscaro/clj-gcloud-common

clojure google-cloud

Last synced: 2 months ago
JSON representation

Common library for all Google Cloud Clojure wrappers

Awesome Lists containing this project

README

        

# clj-gcloud-common

[![Clojars Project](https://img.shields.io/clojars/v/com.oscaro/clj-gcloud-common.svg)](https://clojars.org/com.oscaro/clj-gcloud-common)

[![cljdoc badge](https://cljdoc.org/badge/com.oscaro/clj-gcloud-common)](https://cljdoc.org/d/com.oscaro/clj-gcloud-common/CURRENT)

Common library for all Google Cloud Clojure wrappers.

## Usage

See the [API docs](https://cljdoc.org/d/com.oscaro/clj-gcloud-common/CURRENT/doc/readme)

## Tests

You need to create two files in order to run the tests:
* `test-resources/service-account.json`: a valid service account
* `test-resources/test-config.edn`: project configuration. See
`test-resources/test-config.edn.example` for a sample file.

## License

Copyright © 2017-2022 Oscaro

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.