This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: "3.1.0" | |
| info: | |
| title: "COAPS Conversational Renderer" | |
| version: "1.0.0" | |
| description: | | |
| Patch otomatis untuk mengubah hasil fetch API Newsmaker.id menjadi gaya percakapan edukatif khas redaksi Newsmaker.id | |
| servers: | |
| - url: "https://www.newsmaker.id" | |
| paths: | |
| /coaps_auto_render: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.1.0 | |
| info: | |
| title: COAPS Conversational Renderer | |
| version: 1.0 | |
| description: | | |
| Patch otomatis untuk mengubah hasil fetch API Newsmaker.id menjadi gaya percakapan edukatif khas redaksi Newsmaker.id | |
| servers: | |
| - url: https://www.newsmaker.id | |
| paths: | |
| /coaps_auto_render: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 1.0 | |
| name: COAPS Conversational Renderer | |
| description: | | |
| Mengubah hasil fetch API Newsmaker.id menjadi gaya percakapan edukatif khas redaksi Newsmaker. | |
| modes: | |
| - /news | |
| - /bias | |
| - /mentor | |
| - /aisg | |
| format: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 1.0 | |
| name: COAPS Conversational Renderer | |
| description: | | |
| Mengubah hasil fetch API Newsmaker.id menjadi gaya percakapan edukatif khas redaksi Newsmaker. | |
| modes: | |
| - /news | |
| - /bias | |
| - /mentor | |
| - /aisg | |
| format: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.1.0", | |
| "info": { | |
| "title": "Newsmaker.id API Plus", | |
| "description": "Versi lanjutan API Newsmaker.id untuk integrasi penuh NM Ai (news, search, tags, digest)", | |
| "version": "2.0.0" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "https://www.newsmaker.id/wp-json/wp/v2" |
NewerOlder