Search found 4 matches

by erikhollensbe
Mon Sep 07, 2020 8:23 pm
Forum: Developers
Topic: API entries with null -- and with languages that don't have the notion of it
Replies: 2
Views: 4989

API entries with null -- and with languages that don't have the notion of it

So I've gone through several iterations of editing the swagger YAML directly so it will compile on rust with the openapi-generator SDK. The rust ecosystem does not use the notion of null much at all and the language does not support it. This is a problem because many of your fields are marked "...
by erikhollensbe
Wed Jul 22, 2020 9:37 pm
Forum: API Requests
Topic: API Request
Replies: 2
Views: 1191

Re: API Request

Thanks!
by erikhollensbe
Wed Jul 22, 2020 9:28 am
Forum: API Requests
Topic: API Request
Replies: 2
Views: 1191

API Request

I'm building a small IRC bot in rust I'd like to use with the API. It will only be accessed by a small number of people (~20) and all are trusted.

https://code.hollensbe.org/erikh/robutt