open-api
open-api copied to clipboard
freeCodeCamp's open-api Intiative
#### Describe the solution you'd like #### On the repo https://github.com/freeCodeCamp/classroom-mode we are scraping Free Code Camp for the users inactive days, so I would like to query a user...
Hitting Graphql with an empty body is not supported, but we currently expose an error from apollo-server, which we should dress up a little nicer. ```bash ▶ curl -X POST...
api-stage works, but https fails: https://api-stage.freecodecamp.org/stage/api ```This site can’t provide a secure connection api-stage.freecodecamp.org uses an unsupported protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH```
See announcement blogpost at https://dev-blog.apollodata.com/exposing-trace-data-for-your-graphql-server-with-apollo-tracing-97c5dd391385 and the docs at https://www.apollographql.com/docs/engine/performance.html . It' would be good to start recording this data . If we run from Lambda, we'll need a standalone...
How is monitoring set up at the moment, what do other freeCodeCamp project do? Can and if so, are we happy to re-use this? /cc @freeCodeCamp/open-api
This is an Epic for the v1.0.0 release. Use https://www.zenhub.com/ to check the connected issues.
This should be in the form of a JSON file. Possible separate lambda function?
We need to verify, rather early than later, that performance between our Lambdas and our current MongoDB server is acceptable. If it is not, we could consider moving our MongoDB...