Jean-Baptiste Richardet

Results 68 comments of Jean-Baptiste Richardet

Thanks, I didn't though of looking the logs. But the err log is empty and in the stdout I just have some request logs like: ``` PERM RESULT = [...

Woah thank you @myplacedk, I was trying to achieve the same thing! I know it's a bit old, but is it still valid? @knolleary, is it mergeable? I can take...

I made some tests with the OL API and the [input schema](https://github.com/internetarchive/openlibrary-client/blob/master/olclient/schemata/import.schema.json) states that the mandatory fields are : - title - source_records (don't know what to put here) -...

You're right, it looks like the API roots are hard-wired into [decap-cms-lib-util](https://github.com/decaporg/decap-cms/blob/cdd0899c3d1b2aada5ea6e8a983499ec099814f5/packages/decap-cms-lib-util/src/API.ts#L150). And setting the branch in my YAML do the trick, thanks a lot! :partying_face: Should I create a...

Hello @scottbarnes Don't worry for the delay, I know that kind of project (and probably others) can be very time consuming. I think I'll start by tinkering with `/api/import/` with...

Thank you for the advise. I tried to play with the development docker earlier but got `401` on `/api/import/` with the default account (I think it's `[email protected]`). Maybe I missed...

I hit a rough patch but I think I finally got the hang of it! A minimal import request in Node.js ```nodejs import { request } from "undici"; // First,...

Thank you, I was already using the `import.schema.json` but the other ones will be useful! What are the next steps? I was thinking: - [ ] Creating an [OpenAPI](https://www.openapis.org/) spec...

Actually, the `apiRoot` setting is not new (https://decapcms.org/docs/backends-overview/), it was just not used for the calls on GitLab branches.

Hi @dbtek! Did you add `branch: master` in your config? It is a valid workaround for now