Skip to content

Releases: Nosesisaid/fumo-API

Fumo-API v2.2.0

07 Jul 16:34
db3bd4a
Compare
Choose a tag to compare

What's Changed

  • Swagger by @victorioxd in #19

Full Changelog: v2.1.0...v2.2.0

Fumo-API v2.1.0

24 Jun 19:22
88a8235
Compare
Choose a tag to compare

What's Changed

  • Cors by @victorioxd in #17
  • Add the @fastify/cors package
  • Register the cors plugin with origin "*"

Full Changelog: v2.0.0...v2.1.0

Download: https://github.com/Nosesisaid/fumo-API/pkgs/container/fumo-api

Fumo-API v2

14 May 20:28
6210955
Compare
Choose a tag to compare

New major update of the fumo-API

What's Changed

  • Bump mpath from 0.8.3 to 0.8.4 by @dependabot in #4
  • typo in #5
  • change from npm to yarn
  • use fastify instead of express
  • add tests
  • Continious Integration

Full Changelog: v1.0.0...v2.0.0

Fumo-API

20 Aug 14:16
Compare
Choose a tag to compare

fumo rest API

Objects

Fumo

{
  "_id": "fumo id",
  "URL": "fumo image url",
  "__v": 0
}

##Endpoints

/random

return a random fumo object.

/fumos

fumo list.

/

retrun the full fumo list.

/id

return the fumo object whit the provided id.