Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spoke Authenticated API Wrapper #12

Open
TheRealAlexV opened this issue Apr 5, 2020 · 0 comments
Open

Spoke Authenticated API Wrapper #12

TheRealAlexV opened this issue Apr 5, 2020 · 0 comments
Projects

Comments

@TheRealAlexV
Copy link

TheRealAlexV commented Apr 5, 2020

We need a simple to use API wrapper in front of spoke to be able to sign up new users, organizations, campaigns(lists), and add to those lists. The API wrapper should be able to list all of the objects I mentioned as well as modify and delete. The API should be an authenticated API and support some form of READ vs WRITE permission roles.

Spoke currently uses GraphQL query language, so we should work off that existing solution to implement ours. This issue should first serve as discussion and suggestions on how to build this out.

You can see Spokes graphql structure by going to http://localhost:3000/graphql on your local env.
You can also visit our dev-spoke's graphql playground: https://dev-spoke.checkupon.me/graphql

Learn more about GraphQL here:
https://graphql.org/learn/
https://graphql.org/blog/rest-api-graphql-wrapper/
https://www.youtube.com/watch?v=omSpI1Nu_pg
https://www.youtube.com/watch?v=HlA48QgIpEI

@TheRealAlexV TheRealAlexV created this issue from a note in Spoke (To do) Apr 5, 2020
@TheRealAlexV TheRealAlexV assigned rmd6502 and unassigned rmd6502 Apr 7, 2020
@TheRealAlexV TheRealAlexV changed the title Spoke Authenticated API Spoke Authenticated API Wrapper Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Spoke
  
To do
Development

No branches or pull requests

2 participants