Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/draft-api
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. API for creating and updating article drafts
https://github.com/ndlano/draft-api
Last synced: about 4 hours ago
JSON representation
DEPRECATED! Moved into the backend monorepo: https://github.com/NDLANO/backend. API for creating and updating article drafts
- Host: GitHub
- URL: https://github.com/ndlano/draft-api
- Owner: NDLANO
- License: gpl-3.0
- Created: 2017-11-02T12:12:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T13:30:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T18:10:59.592Z (7 months ago)
- Language: Scala
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Draft API
![CI](https://github.com/NDLANO/draft-api/workflows/CI/badge.svg)Creates, updates and returns an Article draft`. Implements Elasticsearch for search within the article database.
## Developer documentation
**Compile**: sbt compile**Run tests:** sbt test
**Run pact provider verification tests:** sbt "pact:testOnly -- -n PactProviderTest"
**Create Docker Image:** sbt docker
**Check code formatting:** sbt checkfmt
**Automatically format code files:** sbt fmt