Latest #ash-json-api Threads 
Index route with pagination (not in a relationship route) did not include pagination metada (limit and offset). Even if I set countable t...
New
Hello community!
Yesterday I tried for a while to translate errors that comes from AshJsonApi controllers (which are AshJsonApi.Error st...
New
I’m attempting to create a resource that has a :datetime attribute:
attribute :pickup_time, :datetime do
public? true
allow_nil? fal...
New
Hello!
Sorry for being so talkative these days!
I’m trying to send relationships in a AshJsonApi response body, but I probably missed s...
New
Hopefully a simple one where I’m just not understanding the documentation properly between policies and AshJsonAPI.
I have a resource wi...
New
hello. I’m a beginner who has just studied elixir and ash.
I wanted to add the maxLength, minLength, and pattern properties in the Op...
New
I’m working on an email API service, Already got the Ash action to send email working in iex.
My send_email action is a custom action th...
New
Hey, I’m thinking about migrating a NodeJS backend to Ash. It’s one of those times in the life of a project where you start to think a fu...
New
Hi
I hope I am rephrase my usecase. I have trimmed down for clarity sake. Let’s say that, I have a
defmodule ResourceA do
...
attri...
New
Hello,
I couldn’t find how to deal with files using ash in the docs.
I found the File Type but it’s not what I expect.
I want to be ab...
New
This Week's Trending
This Month's Trending
This Year's Trending
Hello,
I couldn’t find how to deal with files using ash in the docs.
I found the File Type but it’s not what I expect.
I want to be ab...
New
Hey Ash Community,
I found ash and the json api and immediately thought of robust documenting APIs like fastapi in python, or spring in ...
New
Index route with pagination (not in a relationship route) did not include pagination metada (limit and offset). Even if I set countable t...
New
I’m attempting to create a resource that has a :datetime attribute:
attribute :pickup_time, :datetime do
public? true
allow_nil? fal...
New
Hello community!
Yesterday I tried for a while to translate errors that comes from AshJsonApi controllers (which are AshJsonApi.Error st...
New
Last Three Year's Trending
Hello,
After a following several get started tutorials and trying a few things, I’m seriously considering migrating my project to Ash fr...
New
Hi!
I’ve got a resource with a bunch of attributes that show up in the json response when queried, but this response does not included a...
New
I have a user resource that looks more or less like that one in the Ash Authentication getting started doc, with one added field: role. R...
New
Hi!
I’m trying to filter by similarity eg, name like “eliel” where name could be “Eliel Gordon”.
Is there a way to do this with the fil...
New
Hi there!
I’m using ash_json_api and I’m trying to add metadata to the response of a create action, but it doesn’t seem to be included i...
New
How do create custom api to get a user by their :first_name and :date_of_birth?
read :get_user do
argument :first_name, :string do
...
New
Hello,
I have spent more than a day reading ash code, and this forum to understand how tokens work, but I still have some questions.
I ...
New
I am creating a custom read action to get students by :roll_number and :password.
defmodule MyApp.Students.Student do
use Ash.Resource...
New
I am curious how to best handle :belongs_to relationships over openai/Swagger.
I have created a read action on a resource, which has the...
New
Hi
I am using the ash + ash_json_api. How to get the embedded ash resources in the swagger schema documentation.
I am using
ash: v3.0....
New
Having received great answers to my questions about json_api endpoints, I have just come across a situation where I am requesting “includ...
New
I want to insert multiple records in a single post request.
Example:
This is my POST API URL: /article/article_id/add-comments, and I w...
New
I created a post request (localhost:4000/api/students/)
Headers:
‘Accept: application/vnd.api+json’
‘Content-Type: application/vnd.api...
New
Given I have a nested resource with articles having many comments, how do I create an API endpoint for posting comments.
I want my API f...
New
I’m working on an email API service, Already got the Ash action to send email working in iex.
My send_email action is a custom action th...
New
Trending Over Three Years
Hello,
I am creating my first Ash Json API with Phoenix.
I am playing with swagger, and I have some questions.
How can I add authenti...
New
Hopefully a simple one where I’m just not understanding the documentation properly between policies and AshJsonAPI.
I have a resource wi...
New
Hello!
Sorry for being so talkative these days!
I’m trying to send relationships in a AshJsonApi response body, but I probably missed s...
New
attributes do
attribute :id, :uuid do
writable? false
primary_key? true
default &Ecto.UUID.generate/0
all...
New
I am trying to write a SimpleCheck policy for an update action. How should I access the query parameters inside the policy?
For example:...
New
I’m loving Ash and AshJsonApi and have created a “read” api that allows a user to login using the password strategy (from AshAuthenticati...
New
Hi
I hope I am rephrase my usecase. I have trimmed down for clarity sake. Let’s say that, I have a
defmodule ResourceA do
...
attri...
New
Hey, I’m thinking about migrating a NodeJS backend to Ash. It’s one of those times in the life of a project where you start to think a fu...
New
hello. I’m a beginner who has just studied elixir and ash.
I wanted to add the maxLength, minLength, and pattern properties in the Op...
New
I am trying to create an API documentation site for my API using the open_api library in my project. However, I am encountering an “Inter...
New
Is there a way that I can add a simple bearer token auth to the interactive swagger page that is generated by this (great) library?
It d...
New
I’m still not 100% with my understanding of the JSON_API layers on Ash.
I’ve created an easy and working aggregate to count the number o...
New
I know there is AshJsonApi.Resource.Info.routes/2 as documented here to get the list of routes per resource inside a single domain. Howev...
New
Hi!
I want to do a redirect on a get route, but I can’t find how to do it in the ash or ash-json-api docs. Basically I want this in my r...
New
I’m new to developing with Ash and I want to use AshJsonApi to interact with the application. I managed to configure multitenancy and run...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







