Strapi SDK development

Hiiiii!

New update :slight_smile:

I just finished the CRUD methods, implementation of GraphQL support & error handling.

For the error handling you’ll have for Strapi error a formatted object as bellow:

{
  isStrapi: true,
  response: {
    status: "400",
    statusText: "Bad Request",
    message: "Strapi error",
    original: [{...}],
    headers: [{...}],
    config: [{...}],
    request: [{...}],
  },
}

I’m going to start the development of the auth methods.

See you soon :wink: