GraphQL API and utilities for the rpdata project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Gisle Aune 9fbdc767ad models2: Added 'post.remove' to default user permissionss. 6 years ago
cmd rpdata-as2storyimport: Fixed category vailidty check failing when it is valid, not when it isn't. 6 years ago
graph2 graph2: Added logging changes for Channel, Log, Post and Character. 6 years ago
graphql graph2: Added Log type and queries, moved loader out of old graphql pkg. 6 years ago
internal models2: Added log character updates. 6 years ago
model package: Removed old models packages that are ported over to the new format. 6 years ago
models models2: Added 'post.remove' to default user permissionss. 6 years ago
rpdata-ui UI: Started on story content 6 years ago
.drone.yml Removed docker build on non-tag push from CI 6 years ago
.gitignore graph, rpdata-server: Started on new GraphQL implementation. 6 years ago
Dockerfile docker: Updated DockerFile. 6 years ago
Gopkg.lock graph2: Added Post type and queries 6 years ago
Gopkg.toml graph, rpdata-server: Started on new GraphQL implementation. 6 years ago
LICENSE.md Long overdue initial commit 6 years ago
README.md git: readme 6 years ago
config.example.json Long overdue initial commit 6 years ago
test.prof models2: Added log character updates. 6 years ago

README.md

RPData API

Project RPData aims to centralize the AiteRP applications, and partially involve the wiki into a common API. This will allow for easy linking and inlining between them. The primary consumers of this API will be the Logbot and the upcoming RPData website.

There is some renovation going on, and the packages model and graphql are going to be superceded by models and graph2