https://github.com/aloisdg/glotsharp
[WIP] A .NET implementation of glot.io's API
https://github.com/aloisdg/glotsharp
glot library polyglot
Last synced: 11 months ago
JSON representation
[WIP] A .NET implementation of glot.io's API
- Host: GitHub
- URL: https://github.com/aloisdg/glotsharp
- Owner: aloisdg
- License: mpl-2.0
- Created: 2016-06-02T23:09:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T13:23:05.000Z (over 9 years ago)
- Last Synced: 2025-01-01T23:20:56.162Z (over 1 year ago)
- Topics: glot, library, polyglot
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# GlotSharp
[WIP] A .NET implementation of [Glot.io](https://glot.io/)'s [API](https://glot.io/api).
## Support
### [Run API](https://github.com/prasmussen/glot-run/tree/master/api_docs#run-api)
* [List languages](https://github.com/prasmussen/glot-run/blob/master/api_docs/list_languages.md) (browse)
* [List versions](https://github.com/prasmussen/glot-run/blob/master/api_docs/list_versions.md)
* [Run code](https://github.com/prasmussen/glot-run/blob/master/api_docs/run.md) ("command" is missing)
### [Snippet API](https://github.com/prasmussen/glot-snippets/tree/master/api_docs#snippets-api)
* [List snippets](https://github.com/prasmussen/glot-snippets/blob/master/api_docs/list_snippets.md) (missing)
* [Create snippet](https://github.com/prasmussen/glot-snippets/blob/master/api_docs/create_snippet.md) (missing)
* [Get snippet](https://github.com/prasmussen/glot-snippets/blob/master/api_docs/get_snippet.md) (missing)
* [Update snippet](https://github.com/prasmussen/glot-snippets/blob/master/api_docs/update_snippet.md) (missing)
* [Delete snippet](https://github.com/prasmussen/glot-snippets/blob/master/api_docs/delete_snippet.md) (missing)
## License
MPL