This website requires JavaScript.
Explore
Help
Register
Sign In
DatseMultimediaSites
/
Sharkey
mirror of
https://activitypub.software/TransFem-org/Sharkey.git
Watch
1
Star
0
Fork
You've already forked Sharkey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
08cd1f313c
Sharkey
/
packages
/
megalodon
/
src
/
entities
/
urls.ts
6 lines
72 B
TypeScript
Raw
Normal View
History
Unescape
Escape
add: Megalodon, initial mastodon api
2023-09-23 09:49:47 -07:00
namespace
Entity
{
test: check old megalodon version
2023-09-24 16:20:03 -07:00
export
type
URLs
=
{
streaming_api
:
string
;
}
;
add: Megalodon, initial mastodon api
2023-09-23 09:49:47 -07:00
}