This repository contains OpenAPI specifications for collaboration services including user management, task management and messaging.
In order to generate APIs clients, server SDKs and run mock implementation you’ll need:
git clone https://github.com/black32167/social_api.git
# List all build options available:
<social_api>$ ./bin/build.sh
# Build all:
<social_api>$ ./bin/build.sh all
# Generate APIs artifacts only:
<social_api>$ ./bin/build.sh apis
# Builds mock API server:
<social_api>$ ./bin/build.sh mock-server
<social_api>$ ./bin/run.sh