https://github.com/drivly/yaml.do
YAML to JSON Transformations
https://github.com/drivly/yaml.do
apis-do
Last synced: 3 months ago
JSON representation
YAML to JSON Transformations
- Host: GitHub
- URL: https://github.com/drivly/yaml.do
- Owner: drivly
- License: mit
- Created: 2022-08-27T13:32:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T21:44:24.000Z (over 2 years ago)
- Last Synced: 2025-02-16T15:17:01.247Z (3 months ago)
- Topics: apis-do
- Language: JavaScript
- Homepage: https://yaml.do
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
types: /api
list: /:type
create: /:type/new
read: /:type/:id
update: /:type/:id/set?property=value
delete: /:type/:id/delete
import: /import/:url
---# yaml.do
YAML to JSON Transformations