synchronik/apidocs
R. Tyler Croy 09ed646c76
Implement some JANKY AF data access layers
Things I've learned today:

* The [sqlx
  documentation](https://docs.rs/sqlx/0.6.2/sqlx/sqlite/types/index.html#uuid)
  is *lying* about its `uuid` support. Basically `query_as!` does not
  ser/deserialize `Uuid` properly in/out of Sqlite with `TEXT` _or_ `BLOB`
* There are [no useful
  examples](https://github.com/launchbadge/sqlx/issues/1014) of doing nested
  struct queries in sqlx at the moment
2023-01-29 17:28:40 -08:00
..
api-description.json Implement some JANKY AF data access layers 2023-01-29 17:28:40 -08:00
favicon-16x16.png Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
favicon-32x32.png Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
index.html Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
oauth2-redirect.html Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui-bundle.js Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui-bundle.js.map Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui-es-bundle-core.js Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui-es-bundle-core.js.map Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui-es-bundle.js Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui-es-bundle.js.map Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui-standalone-preset.js Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui-standalone-preset.js.map Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui.css Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui.css.map Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui.js Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00
swagger-ui.js.map Start implementing the API documentation and stubs for agent APIs 2023-01-28 15:43:29 -08:00